public class UtcDateType extends org.hibernate.type.AbstractSingleColumnStandardBasicType<Date> implements org.hibernate.type.VersionType<Date>, org.hibernate.type.LiteralType<Date>
| Modifier and Type | Class and Description |
|---|---|
static class |
UtcDateType.UtcTimestampTypeDescriptor |
| Constructor and Description |
|---|
UtcDateType() |
| Modifier and Type | Method and Description |
|---|---|
Date |
fromStringValue(String xml) |
Comparator<Date> |
getComparator() |
String |
getName() |
String[] |
getRegistrationKeys() |
Date |
next(Date date,
org.hibernate.engine.spi.SharedSessionContractImplementor sharedSessionContractImplementor) |
String |
objectToSQLString(Date value,
org.hibernate.dialect.Dialect dialect) |
Date |
seed(org.hibernate.engine.spi.SharedSessionContractImplementor sharedSessionContractImplementor) |
nullSafeSet, sqlTypeassemble, 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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassemble, 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, toLoggableStringpublic String getName()
getName in interface org.hibernate.type.Typepublic String[] getRegistrationKeys()
getRegistrationKeys in interface org.hibernate.type.BasicTypegetRegistrationKeys in class org.hibernate.type.AbstractStandardBasicType<Date>public Date seed(org.hibernate.engine.spi.SharedSessionContractImplementor sharedSessionContractImplementor)
seed in interface org.hibernate.type.VersionType<Date>public Date next(Date date, org.hibernate.engine.spi.SharedSessionContractImplementor sharedSessionContractImplementor)
next 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.HibernateExceptionCopyright © 2016. All rights reserved.