JPA Enum Constant
in jakarta.persistence.EnumType

STRING


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