Uses of Interface
org.hibernate.reflection.ReflectionManager

Packages that use ReflectionManager
org.hibernate.cfg   
org.hibernate.reflection.java   
 

Uses of ReflectionManager in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return ReflectionManager
 ReflectionManager ExtendedMappings.getReflectionManager()
           
 ReflectionManager AnnotationConfiguration.getReflectionManager()
           
 

Methods in org.hibernate.cfg with parameters of type ReflectionManager
static Map<XClass,InheritanceState> AnnotationBinder.buildInheritanceStates(List<XClass> orderedClasses, ReflectionManager reflectionManager)
           
static InheritanceState InheritanceState.getSuperclassInheritanceState(XClass clazz, Map<XClass,InheritanceState> states, ReflectionManager reflectionManager)
           
static InheritanceState InheritanceState.getSuperEntityInheritanceState(XClass clazz, Map<XClass,InheritanceState> states, ReflectionManager reflectionManager)
           
 

Uses of ReflectionManager in org.hibernate.reflection.java
 

Classes in org.hibernate.reflection.java that implement ReflectionManager
 class JavaXFactory
          The factory for all the objects in this package.