JPA Enum Constant
in jakarta.persistence.EnumType

ORDINAL


Persist enumerated type property or field as an integer. The ordinal value of an enum instance with no EnumeratedValue field is the value of its Enum member.
Since:
JPA 1.0