JPA Enum

TemporalType

java.lang.Object
  ∟ java.lang.Enum<javax.persistence.TemporalType>
    ∟ javax.persistence.TemporalType

Type used to indicate a specific mapping of java.util.Date or java.util.Calendar.
Since:
JPA 1.0
The JPA Persistable Types article explains how to use TemporalType.

Enum Constants

Map as java.sql.Date
Since:
JPA 1.0
Map as java.sql.Time
Since:
JPA 1.0
Map as java.sql.Timestamp
Since:
JPA 1.0

Public Static Enum Methods:

Method inherited from class java.lang.Enum

compareTo, compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

Method inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait