Class JdbcTimestampJavaType

All Implemented Interfaces:
Serializable, BasicJavaType<Date>, JavaType<Date>, TemporalJavaType<Date>, VersionJavaType<Date>

public class JdbcTimestampJavaType extends AbstractTemporalJavaType<Date> implements VersionJavaType<Date>
Descriptor for Timestamp handling.
See Also:
Implementation Specification:
Unlike most JavaType implementations, can handle 2 different "domain representations" (most map just a single type): general Date values in addition to Timestamp values. This capability is shared with JdbcDateJavaType and JdbcTimeJavaType.