Uses of Enum Class
org.hibernate.boot.model.source.spi.InheritanceType
Packages that use InheritanceType
-
Uses of InheritanceType in org.hibernate.boot.model.source.spi
Subclasses with type arguments of type InheritanceType in org.hibernate.boot.model.source.spiModifier and TypeClassDescriptionenumThe inheritance type for a given entity hierarchyMethods in org.hibernate.boot.model.source.spi that return InheritanceTypeModifier and TypeMethodDescriptionEntityHierarchySource.getHierarchyInheritanceType()The inheritance type/strategy for the hierarchy.static InheritanceTypeReturns the enum constant of this class with the specified name.static InheritanceType[]InheritanceType.values()Returns an array containing the constants of this enum class, in the order they are declared.