public static class HibernateLongType.MyLongType extends org.hibernate.type.AbstractSingleColumnStandardBasicType<Long> implements org.hibernate.type.PrimitiveType<Long>, org.hibernate.type.DiscriminatorType<Long>, org.hibernate.type.VersionType<Long>
| Modifier and Type | Field and Description |
|---|---|
static HibernateLongType.MyLongType |
INSTANCE |
private static Long |
ZERO |
| Constructor and Description |
|---|
HibernateLongType.MyLongType() |
| Modifier and Type | Method and Description |
|---|---|
Comparator<Long> |
getComparator() |
Serializable |
getDefaultValue() |
String |
getName() |
Class |
getPrimitiveClass() |
String[] |
getRegistrationKeys() |
Long |
next(Long current,
org.hibernate.engine.spi.SessionImplementor session) |
String |
objectToSQLString(Long value,
org.hibernate.dialect.Dialect dialect) |
Long |
seed(org.hibernate.engine.spi.SessionImplementor session) |
Long |
stringToObject(String xml) |
nullSafeSet, sqlTypeassemble, beforeAssemble, compare, deepCopy, deepCopy, defaultSizes, dictatedSizes, disassemble, fromString, fromStringValue, fromXMLNode, fromXMLString, 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, registerUnderJavaType, remapSqlTypeDescriptor, replace, replace, resolve, semiResolve, set, setToXMLNode, sqlTypes, toColumnNullness, toLoggableString, toString, toXMLStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassemble, 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, toLoggableStringpublic static final HibernateLongType.MyLongType INSTANCE
private static final Long ZERO
public String getName()
getName in interface org.hibernate.type.Typepublic String[] getRegistrationKeys()
getRegistrationKeys in interface org.hibernate.type.BasicTypegetRegistrationKeys in class org.hibernate.type.AbstractStandardBasicType<Long>public Serializable getDefaultValue()
getDefaultValue in interface org.hibernate.type.PrimitiveType<Long>public Class getPrimitiveClass()
getPrimitiveClass in interface org.hibernate.type.PrimitiveType<Long>public Long next(Long current, org.hibernate.engine.spi.SessionImplementor session)
next in interface org.hibernate.type.VersionType<Long>public Long seed(org.hibernate.engine.spi.SessionImplementor session)
seed in interface org.hibernate.type.VersionType<Long>public Comparator<Long> getComparator()
getComparator in interface org.hibernate.type.VersionType<Long>Copyright © 2016. All rights reserved.