Uses of Class
org.hibernate.cfg.InheritanceState

Packages that use InheritanceState
org.hibernate.cfg   
org.hibernate.cfg.annotations   
 

Uses of InheritanceState in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return InheritanceState
static InheritanceState InheritanceState.getSuperclassInheritanceState(Class clazz, Map<Class,InheritanceState> states)
           
static InheritanceState InheritanceState.getSuperEntityInheritanceState(Class clazz, Map<Class,InheritanceState> states)
           
 

Methods in org.hibernate.cfg that return types with arguments of type InheritanceState
static Map<Class,InheritanceState> AnnotationBinder.buildInheritanceStates(List<Class> orderedClasses)
           
 

Method parameters in org.hibernate.cfg with type arguments of type InheritanceState
static void AnnotationBinder.bindClass(Class clazzToProcess, Map<Class,InheritanceState> inheritanceStatePerClass, ExtendedMappings mappings)
          Bind a class having JSR175 annotations The subclasses have to be binded after its mother class
static InheritanceState InheritanceState.getSuperclassInheritanceState(Class clazz, Map<Class,InheritanceState> states)
           
static InheritanceState InheritanceState.getSuperEntityInheritanceState(Class clazz, Map<Class,InheritanceState> states)
           
 

Uses of InheritanceState in org.hibernate.cfg.annotations
 

Methods in org.hibernate.cfg.annotations with parameters of type InheritanceState
 void EntityBinder.setInheritanceState(InheritanceState inheritanceState)