org.hibernate.type
Interface IdentifierType
- Serializable, Type
- DiscriminatorType
- BigIntegerType, BooleanType, ByteType, CharacterType, CharBooleanType, CustomType, DateType, IntegerType, LongType, ShortType, StringType, TrueFalseType, YesNoType
public interface IdentifierType
A Type that may be used as an identifier.
Object | stringToObject(String xml)- Convert the value from the mapping file to a Java object.
|
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 |
stringToObject
public Object stringToObject(String xml)
throws Exception Convert the value from the mapping file to a Java object.
xml - the value of discriminator-value or unsaved-value attribute