Uses of Interface
org.datanucleus.metadata.annotations.AnnotationReader
Packages that use AnnotationReader
Package
Description
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 AnnotationReaderModifier and TypeClassDescriptionclass
Abstract implementation of a metadata annotations reader.Fields in org.datanucleus.metadata.annotations with type parameters of type AnnotationReaderModifier and TypeFieldDescription(package private) Map
<String, AnnotationReader> AnnotationManagerImpl.annotationReaders
Cache of the available annotation readers (keyed by the class name).