当前页面:
在线文档首页 >
Hibernate 2.1.8 正式版 API 英文文档
DiscriminatorType (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档
net.sf.hibernate.type
Interface DiscriminatorType
- All Superinterfaces:
- IdentifierType, LiteralType, Serializable, Type
- All Known Implementing Classes:
- BooleanType, ByteType, CharacterType, 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 net.sf.hibernate.type.Type |
assemble, copy, deepCopy, disassemble, equals, fromString, getColumnSpan, getName, getReturnedClass, hasNiceEquals, hydrate, isAssociationType, isComponentType, isDirty, isEntityType, isModified, isMutable, isObjectType, isPersistentCollectionType, nullSafeGet, nullSafeGet, nullSafeSet, resolveIdentifier, sqlTypes, toString |