|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(XClass clazz,
Map<XClass,InheritanceState> states,
ReflectionManager reflectionManager)
|
static InheritanceState |
InheritanceState.getSuperEntityInheritanceState(XClass clazz,
Map<XClass,InheritanceState> states,
ReflectionManager reflectionManager)
|
| Methods in org.hibernate.cfg that return types with arguments of type InheritanceState | |
|---|---|
static Map<XClass,InheritanceState> |
AnnotationBinder.buildInheritanceStates(List<XClass> orderedClasses,
ReflectionManager reflectionManager)
|
| Method parameters in org.hibernate.cfg with type arguments of type InheritanceState | |
|---|---|
static void |
AnnotationBinder.bindClass(XClass clazzToProcess,
Map<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(XClass clazz,
Map<XClass,InheritanceState> states,
ReflectionManager reflectionManager)
|
static InheritanceState |
InheritanceState.getSuperEntityInheritanceState(XClass clazz,
Map<XClass,InheritanceState> states,
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||