@Deprecated public class DstSafeTimestampType extends org.hibernate.type.AbstractSingleColumnStandardBasicType<Date> implements org.hibernate.type.VersionType<Date>, org.hibernate.type.LiteralType<Date>
Modifier and Type | Field and Description |
---|---|
static DstSafeTimestampType |
INSTANCE
Deprecated.
|
Constructor and Description |
---|
DstSafeTimestampType()
Deprecated.
|
DstSafeTimestampType(Calendar cal)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Date |
fromStringValue(String xml)
Deprecated.
|
Comparator<Date> |
getComparator()
Deprecated.
|
String |
getName()
Deprecated.
|
String[] |
getRegistrationKeys()
Deprecated.
|
Date |
next(Date current,
org.hibernate.engine.spi.SharedSessionContractImplementor session)
Deprecated.
|
String |
objectToSQLString(Date value,
org.hibernate.dialect.Dialect dialect)
Deprecated.
|
Date |
seed(org.hibernate.engine.spi.SharedSessionContractImplementor session)
Deprecated.
|
nullSafeSet, sqlType
assemble, beforeAssemble, canDoExtraction, canDoSetting, compare, deepCopy, deepCopy, defaultSizes, dictatedSizes, disassemble, extract, extract, fromString, get, getColumnSpan, getDefaultSize, getDictatedSize, getHashCode, getHashCode, getJavaTypeDescriptor, getMutabilityPlan, getReplacement, getReturnedClass, getSemiResolvedType, getSqlTypeDescriptor, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isDirty, isDirty, isEntityType, isEqual, isEqual, isModified, isMutable, isSame, isXMLElement, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, nullSafeSet, nullSafeSet, registerUnderJavaType, remapSqlTypeDescriptor, replace, replace, resolve, semiResolve, set, setJavaTypeDescriptor, setSqlTypeDescriptor, sqlTypes, toColumnNullness, toLoggableString, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
assemble, beforeAssemble, compare, deepCopy, defaultSizes, dictatedSizes, disassemble, getColumnSpan, getHashCode, getHashCode, getReturnedClass, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isDirty, isEntityType, isEqual, isEqual, isModified, isMutable, isSame, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, replace, replace, resolve, semiResolve, sqlTypes, toColumnNullness, toLoggableString
public static final DstSafeTimestampType INSTANCE
public DstSafeTimestampType()
public DstSafeTimestampType(Calendar cal)
public String getName()
getName
in interface org.hibernate.type.Type
public String[] getRegistrationKeys()
getRegistrationKeys
in interface org.hibernate.type.BasicType
getRegistrationKeys
in class org.hibernate.type.AbstractStandardBasicType<Date>
public Date next(Date current, org.hibernate.engine.spi.SharedSessionContractImplementor session)
next
in interface org.hibernate.type.VersionType<Date>
public Date seed(org.hibernate.engine.spi.SharedSessionContractImplementor session)
seed
in interface org.hibernate.type.VersionType<Date>
public Comparator<Date> getComparator()
getComparator
in interface org.hibernate.type.VersionType<Date>
public String objectToSQLString(Date value, org.hibernate.dialect.Dialect dialect) throws Exception
public Date fromStringValue(String xml) throws org.hibernate.HibernateException
fromStringValue
in interface org.hibernate.type.SingleColumnType<Date>
fromStringValue
in interface org.hibernate.type.StringRepresentableType<Date>
fromStringValue
in class org.hibernate.type.AbstractStandardBasicType<Date>
org.hibernate.HibernateException
Copyright © 2010–2018 Jadira Systems. All rights reserved.