|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.type.AbstractStandardBasicType<T> org.hibernate.type.AbstractSingleColumnStandardBasicType<Date> org.hibernate.type.TimestampType org.hibernate.type.DbTimestampType
public class DbTimestampType
dbtimestamp: An extension of TimestampType
which
maps to the database's current timestamp, rather than the jvm's
current timestamp.
Field Summary | |
---|---|
static DbTimestampType |
INSTANCE
|
Constructor Summary | |
---|---|
DbTimestampType()
|
Method Summary | |
---|---|
String |
getName()
Returns the abbreviated name of the type. |
String[] |
getRegistrationKeys()
Get the names under which this type should be registered in the type registry. |
Date |
seed(SessionImplementor session)
Generate an initial version. |
Methods inherited from class org.hibernate.type.TimestampType |
---|
fromStringValue, getComparator, next, objectToSQLString |
Methods inherited from class org.hibernate.type.AbstractSingleColumnStandardBasicType |
---|
nullSafeSet, sqlType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.hibernate.type.Type |
---|
assemble, beforeAssemble, compare, deepCopy, defaultSizes, dictatedSizes, disassemble, fromXMLNode, getColumnSpan, getHashCode, getHashCode, getReturnedClass, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isDirty, isEntityType, isEqual, isEqual, isModified, isMutable, isSame, isXMLElement, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, replace, replace, resolve, semiResolve, setToXMLNode, sqlTypes, toColumnNullness, toLoggableString |
Methods inherited from interface org.hibernate.type.SingleColumnType |
---|
get, nullSafeGet, set, toString |
Field Detail |
---|
public static final DbTimestampType INSTANCE
Constructor Detail |
---|
public DbTimestampType()
Method Detail |
---|
public String getName()
Type
getName
in interface Type
getName
in class TimestampType
public String[] getRegistrationKeys()
BasicType
getRegistrationKeys
in interface BasicType
getRegistrationKeys
in class TimestampType
public Date seed(SessionImplementor session)
VersionType
seed
in interface VersionType<Date>
seed
in class TimestampType
session
- The session from which this request originates.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |