Uses of Interface
org.hibernate.annotations.common.reflection.AnnotationReader

Packages that use AnnotationReader
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
 AnnotationReader ReflectionManager.buildAnnotationReader(AnnotatedElement annotatedElement)
           
 

Uses of AnnotationReader in org.hibernate.annotations.common.reflection.java
 

Methods in org.hibernate.annotations.common.reflection.java that return AnnotationReader
 AnnotationReader JavaReflectionManager.buildAnnotationReader(AnnotatedElement annotatedElement)