public class IntegerType extends AbstractSingleColumnStandardBasicType<Integer> implements PrimitiveType<Integer>, DiscriminatorType<Integer>, VersionType<Integer>
INTEGER and @link Integer}| Modifier and Type | Field and Description | 
|---|---|
static IntegerType | 
INSTANCE  | 
static Integer | 
ZERO  | 
| Constructor and Description | 
|---|
IntegerType()  | 
| Modifier and Type | Method and Description | 
|---|---|
Comparator<Integer> | 
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. 
 | 
Integer | 
next(Integer current,
    SessionImplementor session)
Increment the version. 
 | 
String | 
objectToSQLString(Integer value,
                 Dialect dialect)
Convert the value into a string representation, suitable for embedding in an SQL statement as a
 literal. 
 | 
Integer | 
seed(SessionImplementor session)
Generate an initial version. 
 | 
Integer | 
stringToObject(String xml)
Convert the value from the mapping file to a Java object. 
 | 
nullSafeSet, sqlTypeassemble, beforeAssemble, canDoExtraction, compare, deepCopy, deepCopy, defaultSizes, dictatedSizes, disassemble, extract, extract, 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, setJavaTypeDescriptor, setSqlTypeDescriptor, setToXMLNode, sqlTypes, toColumnNullness, toLoggableString, toString, toXMLStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringassemble, 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, toLoggableStringfromStringValue, get, nullSafeGet, set, toStringpublic static final IntegerType INSTANCE
public static final Integer ZERO
public String getName()
Typepublic String[] getRegistrationKeys()
BasicTypegetRegistrationKeys in interface BasicTypegetRegistrationKeys in class AbstractStandardBasicType<Integer>public Serializable getDefaultValue()
PrimitiveTypegetDefaultValue in interface PrimitiveType<Integer>public Class getPrimitiveClass()
PrimitiveTypeType.getReturnedClass().getPrimitiveClass in interface PrimitiveType<Integer>public String objectToSQLString(Integer value, Dialect dialect) throws Exception
LiteralTypeobjectToSQLString in interface LiteralType<Integer>value - The value to convertdialect - The SQL dialectException - Indicates an issue converting the value to literal string.public Integer stringToObject(String xml)
IdentifierTypestringToObject in interface IdentifierType<Integer>xml - the value of discriminator-value or unsaved-value attributepublic Integer seed(SessionImplementor session)
VersionTypeseed in interface VersionType<Integer>session - The session from which this request originates.public Integer next(Integer current, SessionImplementor session)
VersionTypenext in interface VersionType<Integer>current - the current versionsession - The session from which this request originates.public Comparator<Integer> getComparator()
VersionTypegetComparator in interface VersionType<Integer>Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.