Uses of Class
org.hibernate.boot.model.source.spi.InheritanceType
-
Packages that use InheritanceType Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of InheritanceType in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return InheritanceType Modifier and Type Method Description InheritanceType
EntityHierarchySourceImpl. getHierarchyInheritanceType()
static InheritanceType
Helper. interpretInheritanceType(JaxbHbmEntityBaseDefinition entityElement)
-
Uses of InheritanceType in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return InheritanceType Modifier and Type Method Description InheritanceType
EntityHierarchySource. getHierarchyInheritanceType()
The inheritance type/strategy for the hierarchy.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.
-