public class BigIntegerType extends AbstractSingleColumnStandardBasicType<BigInteger> implements DiscriminatorType<BigInteger>
NUMERIC
and BigInteger
.Modifier and Type | Field and Description |
---|---|
static BigIntegerType |
INSTANCE |
Constructor and Description |
---|
BigIntegerType() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the abbreviated name of the type.
|
String |
objectToSQLString(BigInteger value,
Dialect dialect)
Convert the value into a string representation, suitable for embedding in an SQL statement as a
literal.
|
protected boolean |
registerUnderJavaType() |
BigInteger |
stringToObject(String string)
Convert the value from the mapping file to a Java object.
|
nullSafeSet, sqlType
assemble, beforeAssemble, canDoExtraction, canDoSetting, compare, deepCopy, deepCopy, defaultSizes, dictatedSizes, disassemble, extract, extract, fromString, fromStringValue, get, getColumnSpan, getDefaultSize, getDictatedSize, getHashCode, getHashCode, getJavaTypeDescriptor, getMutabilityPlan, getRegistrationKeys, 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, 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
fromStringValue, get, nullSafeGet, set, toString
public static final BigIntegerType INSTANCE
public String getName()
Type
protected boolean registerUnderJavaType()
registerUnderJavaType
in class AbstractStandardBasicType<BigInteger>
public String objectToSQLString(BigInteger value, Dialect dialect)
LiteralType
objectToSQLString
in interface LiteralType<BigInteger>
value
- The value to convertdialect
- The SQL dialectpublic BigInteger stringToObject(String string)
IdentifierType
stringToObject
in interface IdentifierType<BigInteger>
string
- the value of discriminator-value or unsaved-value attributeCopyright © 2017 JBoss by Red Hat. All rights reserved.