Uses of Interface
org.datanucleus.metadata.annotations.AnnotationReader
-
Packages that use AnnotationReader 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 AnnotationReader in org.datanucleus.metadata.annotations
Classes in org.datanucleus.metadata.annotations that implement AnnotationReader Modifier and Type Class Description classAbstractAnnotationReaderAbstract implementation of a metadata annotations reader.Fields in org.datanucleus.metadata.annotations with type parameters of type AnnotationReader Modifier and Type Field Description (package private) java.util.Map<java.lang.String,AnnotationReader>AnnotationManagerImpl. annotationReadersCache of the available annotation readers (keyed by the class name).
-