类 ObjectType
- java.lang.Object
-
- org.hibernate.type.AbstractType
-
- org.hibernate.type.AnyType
-
- org.hibernate.type.ObjectType
-
- 所有已实现的接口:
Serializable,AssociationType,BasicType,CompositeType,Type
public class ObjectType extends AnyType implements BasicType
Specific adaptation of the "any" type to the old deprecated "object" type- 作者:
- Gavin King, Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
嵌套类概要
-
从类继承的嵌套类/接口 org.hibernate.type.AnyType
AnyType.ObjectTypeCacheEntry
-
-
字段概要
字段 修饰符和类型 字段 说明 static ObjectTypeINSTANCESingleton access-
从类继承的字段 org.hibernate.type.AbstractType
LEGACY_DEFAULT_SIZE, LEGACY_DICTATED_SIZE
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetName()Returns the abbreviated name of the type.String[]getRegistrationKeys()Get the names under which this type should be registered in the type registry.-
从类继承的方法 org.hibernate.type.AnyType
assemble, compare, deepCopy, defaultSizes, dictatedSizes, disassemble, getAssociatedEntityName, getAssociatedJoinable, getCascadeStyle, getColumnSpan, getDiscriminatorType, getFetchMode, getForeignKeyDirection, getIdentifierType, getLHSPropertyName, getOnCondition, getOnCondition, getPropertyIndex, getPropertyNames, getPropertyNullability, getPropertyValue, getPropertyValues, getPropertyValues, getReturnedClass, getRHSUniqueKeyPropertyName, getSubtypes, hasNotNullProperty, hydrate, isAlwaysDirtyChecked, isAnyType, isAssociationType, isComponentType, isDirty, isEmbedded, isMethodOf, isModified, isMutable, isReferenceToPrimaryKey, isSame, nullSafeGet, nullSafeGet, nullSafeSet, nullSafeSet, replace, resolve, semiResolve, setPropertyValues, sqlTypes, toColumnNullness, toLoggableString, useLHSPrimaryKey
-
从类继承的方法 org.hibernate.type.AbstractType
beforeAssemble, getHashCode, getHashCode, getSemiResolvedType, isCollectionType, isDirty, isEntityType, isEqual, isEqual, replace
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.type.Type
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, resolve, semiResolve, sqlTypes, toColumnNullness, toLoggableString
-
-
-
-
字段详细资料
-
INSTANCE
public static final ObjectType INSTANCE
Singleton access
-
-
方法详细资料
-
getRegistrationKeys
public String[] getRegistrationKeys()
从接口复制的说明:BasicTypeGet the names under which this type should be registered in the type registry.- 指定者:
getRegistrationKeys在接口中BasicType- 返回:
- The keys under which to register this type.
-
-