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(org.hibernate.annotations.common.reflection.XClass clazz, Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> states, org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager)
           
static InheritanceState InheritanceState.getSuperEntityInheritanceState(org.hibernate.annotations.common.reflection.XClass clazz, Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> states, org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager)
           
 

Methods in org.hibernate.cfg that return types with arguments of type InheritanceState
static Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> AnnotationBinder.buildInheritanceStates(List<org.hibernate.annotations.common.reflection.XClass> orderedClasses, org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager)
           
 

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

Uses of InheritanceState in org.hibernate.cfg.annotations
 

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