|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.type.AbstractStandardBasicType<T>
org.hibernate.type.AbstractSingleColumnStandardBasicType<BigInteger>
org.hibernate.type.BigIntegerType
public class BigIntegerType
A type that maps between a NUMERIC and BigInteger.
| Field Summary | |
|---|---|
static BigIntegerType |
INSTANCE
|
| Constructor Summary | |
|---|---|
BigIntegerType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.hibernate.type.AbstractSingleColumnStandardBasicType |
|---|
get, nullSafeGet, nullSafeSet, nullSafeSet, set, sqlType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.hibernate.type.Type |
|---|
assemble, beforeAssemble, compare, deepCopy, 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, toLoggableString |
| Methods inherited from interface org.hibernate.type.SingleColumnType |
|---|
fromStringValue, get, nullSafeGet, set, toString |
| Field Detail |
|---|
public static final BigIntegerType INSTANCE
| Constructor Detail |
|---|
public BigIntegerType()
| Method Detail |
|---|
public String getName()
getName in interface Typeprotected boolean registerUnderJavaType()
registerUnderJavaType in class AbstractStandardBasicType<BigInteger>
public String objectToSQLString(BigInteger value,
Dialect dialect)
objectToSQLString in interface LiteralType<BigInteger>value - The value to convertdialect - The SQL dialect
public BigInteger stringToObject(String string)
stringToObject in interface IdentifierType<BigInteger>string - the value of discriminator-value or unsaved-value attribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||