Uses of Class
org.hibernate.type.TimestampType
-
Packages that use TimestampType Package Description org.hibernate.type -
-
Uses of TimestampType in org.hibernate.type
Subclasses of TimestampType in org.hibernate.type Modifier and Type Class Description classDbTimestampTypedbtimestamp: An extension ofTimestampTypewhich maps to the database's current timestamp, rather than the jvm's current timestamp.Fields in org.hibernate.type declared as TimestampType Modifier and Type Field Description static TimestampTypeTimestampType. INSTANCEstatic TimestampTypeStandardBasicTypes. TIMESTAMPThe standard Hibernate type for mappingDate(Timestamp) to JDBCTIMESTAMP.
-