Uses of Interface
org.hibernate.annotations.common.reflection.AnnotationReader
-
Packages that use AnnotationReader Package Description org.hibernate.annotations.common.reflection org.hibernate.annotations.common.reflection.java -
-
Uses of AnnotationReader in org.hibernate.annotations.common.reflection
Methods in org.hibernate.annotations.common.reflection that return AnnotationReader Modifier and Type Method Description AnnotationReaderReflectionManager. buildAnnotationReader(AnnotatedElement annotatedElement)AnnotationReaderMetadataProvider. getAnnotationReader(AnnotatedElement annotatedElement)provide metadata for a given annotated element -
Uses of AnnotationReader in org.hibernate.annotations.common.reflection.java
Methods in org.hibernate.annotations.common.reflection.java that return AnnotationReader Modifier and Type Method Description AnnotationReaderJavaReflectionManager. buildAnnotationReader(AnnotatedElement annotatedElement)AnnotationReaderJavaMetadataProvider. getAnnotationReader(AnnotatedElement annotatedElement)
-