Uses of Interface
org.datanucleus.metadata.annotations.ClassAnnotationHandler
Packages that use ClassAnnotationHandler
Package
Description
Provides classes for parsing annotations input data and converting into org.datanucleus.metadata input
data for the DataNucleus persistence process.
-
Uses of ClassAnnotationHandler in org.datanucleus.metadata.annotations
Fields in org.datanucleus.metadata.annotations with type parameters of type ClassAnnotationHandlerModifier and TypeFieldDescription(package private) Map
<String, ClassAnnotationHandler> AnnotationManagerImpl.classAnnotationHandlers
Cache of ClassAnnotationHandler keyed by the annotation name that they handle.Methods in org.datanucleus.metadata.annotations that return ClassAnnotationHandlerModifier and TypeMethodDescriptionAnnotationManager.getHandlerForClassAnnotation
(String annotationName) Accessor for a handler for the specified class annotation.AnnotationManagerImpl.getHandlerForClassAnnotation
(String annotationName)