Uses of Class
org.datanucleus.metadata.annotations.AnnotatedMember
-
Packages that use AnnotatedMember 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 AnnotatedMember in org.datanucleus.metadata.annotations
Methods in org.datanucleus.metadata.annotations that return types with arguments of type AnnotatedMember Modifier and Type Method Description protected java.util.Collection<AnnotatedMember>
AbstractAnnotationReader. getFieldAnnotationsForClass(java.lang.Class cls)
Method returning a Collection of the annotated fields for the specified class.protected java.util.Collection<AnnotatedMember>
AbstractAnnotationReader. getJavaBeanAccessorAnnotationsForClass(java.lang.Class cls)
Method returning a Map containing an array of the annotations for each Java Bean accessor method of the passed class, keyed by the method name.
-