public interface

EnhancedUserType

implements UserType
org.hibernate.usertype.EnhancedUserType
Known Indirect Subclasses

Class Overview

A custom type that may function as an identifier or discriminator type, or may be marshalled to and from an XML document

Summary

Public Methods
abstract Object fromXMLString(String xmlValue)
Parse a string representation of this value, as it appears in an XML document
abstract String objectToSQLString(Object value)
Return an SQL literal representation of the value
abstract String toXMLString(Object value)
Return a string representation of this value, as it should appear in an XML document
[Expand]
Inherited Methods
From interface org.hibernate.usertype.UserType

Public Methods

public abstract Object fromXMLString (String xmlValue)

Parse a string representation of this value, as it appears in an XML document

public abstract String objectToSQLString (Object value)

Return an SQL literal representation of the value

public abstract String toXMLString (Object value)

Return a string representation of this value, as it should appear in an XML document