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 class
ValidationNotNullAnnotationHandler
Handler for the javax.validation @NotNull annotation.class
ValidationSizeAnnotationHandler
Handler 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. memberAnnotationHandlers
Cache of MemberAnnotationHandler keyed by the annotation name that they handle.Methods in org.datanucleus.metadata.annotations that return MemberAnnotationHandler Modifier and Type Method Description MemberAnnotationHandler
AnnotationManager. getHandlerForMemberAnnotation(java.lang.String annotationName)
Accessor for a handler for the specified member annotation.MemberAnnotationHandler
AnnotationManagerImpl. getHandlerForMemberAnnotation(java.lang.String annotationName)
-