public class ShortType extends AbstractSingleColumnStandardBasicType<Short> implements PrimitiveType<Short>, DiscriminatorType<Short>, VersionType<Short>
| Constructor and Description |
|---|
ShortType() |
| Modifier and Type | Method and Description |
|---|---|
Comparator<Short> |
getComparator()
Get a comparator for version values.
|
Serializable |
getDefaultValue()
Get this type's default value.
|
String |
getName()
Returns the abbreviated name of the type.
|
Class |
getPrimitiveClass()
Retrieve the primitive counterpart to the wrapper type identified by
Type.getReturnedClass(). |
String[] |
getRegistrationKeys()
Get the names under which this type should be registered in the type registry.
|
Short |
next(Short current,
SharedSessionContractImplementor session)
Increment the version.
|
String |
objectToSQLString(Short value,
Dialect dialect)
Convert the value into a string representation, suitable for embedding in an SQL statement as a
literal.
|
Short |
seed(SharedSessionContractImplementor session)
Generate an initial version.
|
Short |
stringToObject(String xml)
Convert the value from the mapping file to a Java object.
|
nullSafeSet, sqlTypeassemble, 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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringassemble, 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, resolve, semiResolve, sqlTypes, toColumnNullness, toLoggableStringfromStringValue, get, nullSafeGet, set, toStringpublic static final ShortType INSTANCE
public String getName()
Typepublic String[] getRegistrationKeys()
BasicTypegetRegistrationKeys in interface BasicTypegetRegistrationKeys in class AbstractStandardBasicType<Short>public Serializable getDefaultValue()
PrimitiveTypegetDefaultValue in interface PrimitiveType<Short>public Class getPrimitiveClass()
PrimitiveTypeType.getReturnedClass().getPrimitiveClass in interface PrimitiveType<Short>public String objectToSQLString(Short value, Dialect dialect)
LiteralTypeobjectToSQLString in interface LiteralType<Short>value - The value to convertdialect - The SQL dialectpublic Short stringToObject(String xml)
IdentifierTypestringToObject in interface IdentifierType<Short>xml - the value of discriminator-value or unsaved-value attributepublic Short seed(SharedSessionContractImplementor session)
VersionTypeseed in interface VersionType<Short>session - The session from which this request originates.public Short next(Short current, SharedSessionContractImplementor session)
VersionTypenext in interface VersionType<Short>current - the current versionsession - The session from which this request originates.public Comparator<Short> getComparator()
VersionTypegetComparator in interface VersionType<Short>Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.