Example usage for Java javax.persistence TemporalType fields, constructors, methods, implement or subclass
The text is from its open source code.
TemporalType | DATE Map as java.sql.Date |
TemporalType | TIME Map as java.sql.Time |
TemporalType | TIMESTAMP Map as java.sql.Timestamp |
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |
String | toString() Returns a string representation of the object. |