Uses of Enum Class
org.hibernate.boot.model.source.spi.InheritanceType
Packages that use InheritanceType
Package
Description
-
Uses of InheritanceType in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return InheritanceTypeModifier and TypeMethodDescriptionEntityHierarchySourceImpl.getHierarchyInheritanceType()static InheritanceTypeHelper.interpretInheritanceType(JaxbHbmEntityBaseDefinition entityElement) -
Uses of InheritanceType in org.hibernate.boot.model.source.spi
Methods 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.