Class XmlJdbcType

java.lang.Object
org.hibernate.type.descriptor.jdbc.XmlJdbcType
All Implemented Interfaces:
Serializable, AggregateJdbcType, JdbcType
Direct Known Subclasses:
OracleXmlJdbcType, XmlAsStringJdbcType

public class XmlJdbcType extends Object implements AggregateJdbcType
Specialized type mapping for SQLXML and the XML SQL data type.
Author:
Christian Beikov
See Also: