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.Methods in org.datanucleus.metadata.annotations that return MemberAnnotationHandler Modifier and Type Method Description MemberAnnotationHandlerAnnotationManager. getHandlerForMemberAnnotation(String annotationName)Accessor for a handler for the specified member annotation.MemberAnnotationHandlerAnnotationManagerImpl. getHandlerForMemberAnnotation(String annotationName)
-