Class XmlJdbcType

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

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