Uses of Interface
org.datanucleus.metadata.annotations.MemberAnnotationHandler
-
Packages that use MemberAnnotationHandler Package Description org.datanucleus.metadata.annotations Provides classes for parsing annotations input data and converting into org.datanucleus.metadata input data for the DataNucleus persistence process. -
-
Uses of MemberAnnotationHandler in org.datanucleus.metadata.annotations
Classes in org.datanucleus.metadata.annotations that implement MemberAnnotationHandler Modifier and Type Class Description classValidationNotNullAnnotationHandlerHandler for the javax.validation @NotNull annotation.classValidationSizeAnnotationHandlerHandler for the javax.validation @Size annotation.Fields in org.datanucleus.metadata.annotations with type parameters of type MemberAnnotationHandler Modifier and Type Field Description (package private) java.util.Map<java.lang.String,MemberAnnotationHandler>AnnotationManagerImpl. memberAnnotationHandlersCache of MemberAnnotationHandler keyed by the annotation name that they handle.Methods in org.datanucleus.metadata.annotations that return MemberAnnotationHandler Modifier and Type Method Description MemberAnnotationHandlerAnnotationManager. getHandlerForMemberAnnotation(java.lang.String annotationName)Accessor for a handler for the specified member annotation.MemberAnnotationHandlerAnnotationManagerImpl. getHandlerForMemberAnnotation(java.lang.String annotationName)
-