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.IdentifierType
stringToObject
 
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
 
Methods inherited from interface net.sf.hibernate.type.LiteralType
objectToSQLString