Uses of Class
org.hibernate.envers.configuration.internal.metadata.InheritanceType
-
Packages that use InheritanceType Package Description org.hibernate.envers.configuration.internal.metadata -
-
Uses of InheritanceType in org.hibernate.envers.configuration.internal.metadata
Methods in org.hibernate.envers.configuration.internal.metadata that return InheritanceType Modifier and Type Method Description static InheritanceType
InheritanceType. get(PersistentClass pc)
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.
-