|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.type.AbstractType
org.hibernate.type.NullableType
org.hibernate.type.ImmutableType
org.hibernate.type.PrimitiveType
public abstract class PrimitiveType
Superclass of primitive / primitive wrapper types.
| Constructor Summary | |
|---|---|
PrimitiveType()
|
|
| Method Summary | |
|---|---|
abstract java.io.Serializable |
getDefaultValue()
|
abstract java.lang.Class |
getPrimitiveClass()
|
java.lang.String |
toString(java.lang.Object value)
|
| Methods inherited from class org.hibernate.type.ImmutableType |
|---|
deepCopy, isMutable, replace |
| Methods inherited from class org.hibernate.type.NullableType |
|---|
fromStringValue, fromXMLNode, fromXMLString, get, getColumnSpan, isDirty, isEqual, isEqual, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, nullSafeSet, nullSafeToString, set, setToXMLNode, sqlType, sqlTypes, toColumnNullness, toLoggableString, toXMLString |
| Methods inherited from class org.hibernate.type.AbstractType |
|---|
assemble, beforeAssemble, compare, disassemble, getHashCode, getHashCode, getSemiResolvedType, hydrate, isAnyType, isAssociationType, isCollectionType, isComponentType, isDirty, isEntityType, isEqual, isModified, isSame, isXMLElement, replace, replaceNode, resolve, semiResolve |
| 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.LiteralType |
|---|
objectToSQLString |
| Methods inherited from interface org.hibernate.type.Type |
|---|
getName, getReturnedClass |
| Constructor Detail |
|---|
public PrimitiveType()
| Method Detail |
|---|
public abstract java.lang.Class getPrimitiveClass()
public java.lang.String toString(java.lang.Object value)
toString in class NullableTypepublic abstract java.io.Serializable getDefaultValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||