FileDocCategorySizeDatePackage
EnhancedUserType.javaAPI DocHibernate 3.2.5723Sun Feb 27 23:07:06 GMT 2005org.hibernate.usertype

EnhancedUserType

public interface EnhancedUserType implements UserType
A custom type that may function as an identifier or discriminator type, or may be marshalled to and from an XML document
author
Gavin King

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectfromXMLString(java.lang.String xmlValue)
Parse a string representation of this value, as it appears in an XML document

public java.lang.StringobjectToSQLString(java.lang.Object value)
Return an SQL literal representation of the value

public java.lang.StringtoXMLString(java.lang.Object value)
Return a string representation of this value, as it should appear in an XML document