Class JdbcTimestampJavaType

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

public class JdbcTimestampJavaType extends AbstractTemporalJavaType<Timestamp> implements VersionJavaType<Timestamp>
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.