当前页面: 
在线文档首页 > 
Hibernate 3.2.3 正式版 API 英文文档
DiscriminatorType (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.type
Interface DiscriminatorType
- All Superinterfaces: 
- IdentifierType, LiteralType, Serializable, Type
- All Known Implementing Classes: 
- BigIntegerType, BooleanType, ByteType, CharacterType, CustomType, IntegerType, LongType, ShortType, StringType
- public interface DiscriminatorType- extends IdentifierType, LiteralType
A Type that may be used for a discriminator column.
- Author:
- Gavin King
 
| Methods inherited from interface org.hibernate.type.Type | 
| assemble, beforeAssemble, compare, deepCopy, disassemble, fromXMLNode, getColumnSpan, getHashCode, getHashCode, getName, 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 |