Save This Page
Home » Hibernate-3.3.2.GA » org.hibernate » type » [javadoc | source]
org.hibernate.type
public class: DbTimestampType [javadoc | source]
java.lang.Object
   org.hibernate.type.AbstractType
      org.hibernate.type.NullableType
         org.hibernate.type.MutableType
            org.hibernate.type.TimestampType
               org.hibernate.type.DbTimestampType

All Implemented Interfaces:
    VersionType, LiteralType, Type

dbtimestamp: An extension of TimestampType which maps to the database's current timestamp, rather than the jvm's current timestamp.

Note: May/may-not cause issues on dialects which do not properly support a true notion of timestamp (Oracle < 8, for example, where only its DATE datatype is supported). Depends on the frequency of DML operations...

Method from org.hibernate.type.DbTimestampType Summary:
getName,   seed
Methods from org.hibernate.type.TimestampType:
deepCopyNotNull,   fromStringValue,   get,   getComparator,   getHashCode,   getName,   getReturnedClass,   isEqual,   next,   objectToSQLString,   seed,   set,   sqlType,   toString
Methods from org.hibernate.type.MutableType:
deepCopy,   deepCopyNotNull,   isMutable,   replace
Methods from org.hibernate.type.NullableType:
fromStringValue,   fromXMLNode,   fromXMLString,   get,   getColumnSpan,   isDirty,   isEqual,   isEqual,   nullSafeGet,   nullSafeGet,   nullSafeGet,   nullSafeGet,   nullSafeSet,   nullSafeSet,   nullSafeSet,   nullSafeToString,   set,   setToXMLNode,   sqlType,   sqlTypes,   toColumnNullness,   toLoggableString,   toString,   toXMLString
Methods from org.hibernate.type.AbstractType:
assemble,   beforeAssemble,   compare,   disassemble,   getHashCode,   getHashCode,   getSemiResolvedType,   hydrate,   isAnyType,   isAssociationType,   isCollectionType,   isComponentType,   isDirty,   isEntityType,   isEqual,   isEqual,   isModified,   isSame,   isXMLElement,   replace,   replaceNode,   resolve,   semiResolve
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.type.DbTimestampType Detail:
 public String getName() 
 public Object seed(SessionImplementor session)