FileDocCategorySizeDatePackage
IdentifierType.javaAPI DocHibernate 3.2.5505Thu Jun 03 11:31:32 BST 2004org.hibernate.type

IdentifierType

public interface IdentifierType implements Type
A Type that may be used as an identifier.
author
Gavin King

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectstringToObject(java.lang.String xml)
Convert the value from the mapping file to a Java object.

param
xml the value of discriminator-value or unsaved-value attribute
return
Object
throws
Exception