|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.type.AbstractStandardBasicType<T>
org.hibernate.type.AbstractSingleColumnStandardBasicType<java.util.Date>
org.hibernate.type.TimestampType
public class TimestampType
A type that maps between TIMESTAMP and Timestamp
| Field Summary | |
|---|---|
static TimestampType |
INSTANCE
|
| Constructor Summary | |
|---|---|
TimestampType()
|
|
| Method Summary | |
|---|---|
java.util.Date |
fromStringValue(java.lang.String xml)
Consume the given string representation back into this types java form. |
java.util.Comparator<java.util.Date> |
getComparator()
Get a comparator for version values. |
java.lang.String |
getName()
Returns the abbreviated name of the type. |
java.lang.String[] |
getRegistrationKeys()
Get the names under which this type should be registered in the type registry. |
java.util.Date |
next(java.util.Date current,
SessionImplementor session)
Increment the version. |
java.lang.String |
objectToSQLString(java.util.Date value,
Dialect dialect)
Convert the value into a string representation, suitable for embedding in an SQL statement as a literal. |
java.util.Date |
seed(SessionImplementor session)
Generate an initial version. |
| Methods inherited from class org.hibernate.type.AbstractSingleColumnStandardBasicType |
|---|
get, nullSafeGet, nullSafeSet, nullSafeSet, set, sqlType |
| Methods inherited from class org.hibernate.type.AbstractStandardBasicType |
|---|
assemble, beforeAssemble, compare, deepCopy, deepCopy, disassemble, fromString, fromXMLNode, fromXMLString, get, getColumnSpan, getHashCode, getHashCode, getHashCode, getJavaTypeDescriptor, getMutabilityPlan, getReplacement, getReturnedClass, getSemiResolvedType, getSqlTypeDescriptor, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isDirty, isDirty, isEntityType, isEqual, isEqual, isEqual, isModified, isMutable, isSame, isSame, isXMLElement, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, registerUnderJavaType, replace, replace, resolve, semiResolve, set, setToXMLNode, sqlTypes, toColumnNullness, toLoggableString, toString, toXMLString |
| 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.VersionType |
|---|
isEqual |
| Methods inherited from interface org.hibernate.type.Type |
|---|
assemble, beforeAssemble, compare, deepCopy, 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 TimestampType INSTANCE
| Constructor Detail |
|---|
public TimestampType()
| Method Detail |
|---|
public java.lang.String getName()
Type
getName in interface Typepublic java.lang.String[] getRegistrationKeys()
BasicType
getRegistrationKeys in interface BasicTypegetRegistrationKeys in class AbstractStandardBasicType<java.util.Date>
public java.util.Date next(java.util.Date current,
SessionImplementor session)
VersionType
next in interface VersionType<java.util.Date>current - the current versionsession - The session from which this request originates.
public java.util.Date seed(SessionImplementor session)
VersionType
seed in interface VersionType<java.util.Date>session - The session from which this request originates.
public java.util.Comparator<java.util.Date> getComparator()
VersionType
getComparator in interface VersionType<java.util.Date>
public java.lang.String objectToSQLString(java.util.Date value,
Dialect dialect)
throws java.lang.Exception
LiteralType
objectToSQLString in interface LiteralType<java.util.Date>value - The value to convertdialect - The SQL dialect
java.lang.Exception - Indicates an issue converting the value to literal string.
public java.util.Date fromStringValue(java.lang.String xml)
throws HibernateException
StringRepresentableType
fromStringValue in interface SingleColumnType<java.util.Date>fromStringValue in interface StringRepresentableType<java.util.Date>fromStringValue in class AbstractStandardBasicType<java.util.Date>xml - The string representation to be consumed.
HibernateException - Problem consuming
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||