public interface AnnotationReader
Modifier and Type | Method and Description |
---|---|
AbstractClassMetaData |
getMetaDataForClass(Class cls,
PackageMetaData pmd,
ClassLoaderResolver clr)
Method to get the MetaData for a class from its annotations.
|
String[] |
getSupportedAnnotationPackages()
Accessor for the annotations packages supported by this reader.
|
boolean |
isPersistenceContext()
Method to return whether this is reading in a persistence context.
|
String[] getSupportedAnnotationPackages()
AbstractClassMetaData getMetaDataForClass(Class cls, PackageMetaData pmd, ClassLoaderResolver clr)
cls
- The classpmd
- MetaData for the owning package (that this will be a child of)clr
- ClassLoader resolverboolean isPersistenceContext()
Copyright © 2019. All rights reserved.