Enum Class EnumType

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

public enum EnumType extends Enum<EnumType>
Enumerates available options for mapping enumerated types. The values of this enumeration specify how a persistent property or field whose type is a Java enum type should be persisted.
Since:
1.0
See Also: