@Deprecated public class DstSafeDateType extends org.hibernate.type.AbstractSingleColumnStandardBasicType<Date> implements org.hibernate.type.IdentifierType<Date>, org.hibernate.type.LiteralType<Date>
Modifier and Type | Field and Description |
---|---|
static DstSafeDateType |
INSTANCE
Deprecated.
|
Constructor and Description |
---|
DstSafeDateType()
Deprecated.
|
DstSafeDateType(Calendar cal)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Deprecated.
|
String[] |
getRegistrationKeys()
Deprecated.
|
String |
objectToSQLString(Date value,
org.hibernate.dialect.Dialect dialect)
Deprecated.
|
Date |
stringToObject(String xml)
Deprecated.
|
nullSafeSet, sqlType
assemble, beforeAssemble, canDoExtraction, canDoSetting, compare, deepCopy, deepCopy, defaultSizes, dictatedSizes, disassemble, extract, extract, fromString, fromStringValue, 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 DstSafeDateType INSTANCE
public DstSafeDateType()
public DstSafeDateType(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 String objectToSQLString(Date value, org.hibernate.dialect.Dialect dialect) throws Exception
public Date stringToObject(String xml)
stringToObject
in interface org.hibernate.type.IdentifierType<Date>
Copyright © 2010–2018 Jadira Systems. All rights reserved.