Uses of Class
org.hibernate.type.TimestampType

Packages that use TimestampType
org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. 
 

Uses of TimestampType in org.hibernate.type
 

Subclasses of TimestampType in org.hibernate.type
 class DbTimestampType
          dbtimestamp: An extension of TimestampType which maps to the database's current timestamp, rather than the jvm's current timestamp.
 

Fields in org.hibernate.type declared as TimestampType
static TimestampType TimestampType.INSTANCE
           
static TimestampType StandardBasicTypes.TIMESTAMP
          The standard Hibernate type for mapping Date (Timestamp) to JDBC TIMESTAMP.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.