The @Temporal annotation is specified for Date and Calendar type persistent. It can have one of following three values DATE, TIME, and TIMESTAMP. Default is TIMESTAMP.
Example:
@Temporal(TemporalType.TIME) java.util.Date createDtae; |
The @Temporal annotation is specified for Date and Calendar type persistent. It can have one of following three values DATE, TIME, and TIMESTAMP. Default is TIMESTAMP.
Example:
@Temporal(TemporalType.TIME) java.util.Date createDtae; |