|
||||||||||
| 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.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
|
| 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, 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 TypegetName in class AnyTypepublic String[] getRegistrationKeys()
BasicType
getRegistrationKeys in interface BasicType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||