Enum Class InheritanceType

java.lang.Object
java.lang.Enum<InheritanceType>
jakarta.persistence.InheritanceType
All Implemented Interfaces:
Serializable, Comparable<InheritanceType>, Constable

public enum InheritanceType extends Enum<InheritanceType>
Enumerated the options for mapping entity inheritance.
Since:
1.0
See Also: