Example usage for Java javax.persistence EnumType fields, constructors, methods, implement or subclass
The text is from its open source code.
EnumType | ORDINAL Persist enumerated type property or field as an integer. |
EnumType | STRING Persist enumerated type property or field as a string. |
String | toString() Returns a string representation of the object. |