Java javax.persistence EnumType fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence EnumType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence EnumType.

The text is from its open source code.

Field

EnumTypeORDINAL
Persist enumerated type property or field as an integer.
EnumTypeSTRING
Persist enumerated type property or field as a string.

Method

StringtoString()
Returns a string representation of the object.