|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.type.AbstractType org.hibernate.type.AnyType org.hibernate.type.ObjectType
public class ObjectType
Specific adaptation of the "any" type to the old deprecated "object" type
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.hibernate.type.AnyType |
---|
AnyType.ObjectTypeCacheEntry |
Field Summary | |
---|---|
static ObjectType |
INSTANCE
|
Fields inherited from class org.hibernate.type.AbstractType |
---|
LEGACY_DEFAULT_SIZE, LEGACY_DICTATED_SIZE |
Constructor Summary | |
---|---|
ObjectType()
|
Method Summary | |
---|---|
String |
getName()
Returns the abbreviated name of the type. |
String[] |
getRegistrationKeys()
Get the names under which this type should be registered in the type registry. |
Methods inherited from class org.hibernate.type.AbstractType |
---|
beforeAssemble, getHashCode, getHashCode, getSemiResolvedType, isCollectionType, isDirty, isEntityType, isEqual, isEqual, isXMLElement, replace, replaceNode |
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, 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, toLoggableString |
Field Detail |
---|
public static final ObjectType INSTANCE
Constructor Detail |
---|
public ObjectType()
Method Detail |
---|
public String getName()
Type
getName
in interface Type
getName
in class AnyType
public String[] getRegistrationKeys()
BasicType
getRegistrationKeys
in interface BasicType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |