Save This Page
Home » hibernate-entity-src-20081106 » org.hibernate » type » [javadoc | source]
org.hibernate.type
public class: TimestampType [javadoc | source]
java.lang.Object
   org.hibernate.type.AbstractType
      org.hibernate.type.NullableType
         org.hibernate.type.MutableType
            org.hibernate.type.TimestampType

All Implemented Interfaces:
    LiteralType, VersionType, Type

Direct Known Subclasses:
    DbTimestampType

timestamp: A type that maps an SQL TIMESTAMP to a Java java.util.Date or java.sql.Timestamp.
Method from org.hibernate.type.TimestampType Summary:
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:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.type.TimestampType Detail:
 public Object deepCopyNotNull(Object value) 
 public Object fromStringValue(String xml) throws HibernateException 
 public Object get(ResultSet rs,
    String name) throws SQLException 
 public Comparator getComparator() 
 public int getHashCode(Object x,
    EntityMode entityMode) 
 public String getName() 
 public Class getReturnedClass() 
 public boolean isEqual(Object x,
    Object y) 
 public Object next(Object current,
    SessionImplementor session) 
 public String objectToSQLString(Object value,
    Dialect dialect) throws Exception 
 public Object seed(SessionImplementor session) 
 public  void set(PreparedStatement st,
    Object value,
    int index) throws SQLException 
 public int sqlType() 
 public String toString(Object val)