| Modifier and Type | Method and Description |
|---|---|
static InheritanceType |
InheritanceType.get(InheritanceType jpaType) |
InheritanceType |
HierarchyDetails.getInheritanceType() |
static InheritanceType |
InheritanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InheritanceType[] |
InheritanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EntityBinding(InheritanceType inheritanceType,
EntityMode entityMode)
Used to instantiate the EntityBinding for an entity that is the root of an inheritance hierarchy
|
HierarchyDetails(EntityBinding rootEntityBinding,
InheritanceType inheritanceType,
EntityMode entityMode) |
| Modifier and Type | Method and Description |
|---|---|
InheritanceType |
EntityHierarchyImpl.getHierarchyInheritanceType() |
| Constructor and Description |
|---|
EntityHierarchyImpl(RootEntitySource source,
InheritanceType inheritanceType) |
| Constructor and Description |
|---|
EntityClass(org.jboss.jandex.ClassInfo classInfo,
EntityClass parent,
AccessType hierarchyAccessType,
InheritanceType inheritanceType,
AnnotationBindingContext context) |
| Modifier and Type | Method and Description |
|---|---|
InheritanceType |
EntityHierarchy.getHierarchyInheritanceType()
The inheritance type/strategy for the hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
InheritanceType |
EntityHierarchyImpl.getHierarchyInheritanceType() |
static InheritanceType |
Helper.interpretInheritanceType(EntityElement entityElement) |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.