Class XmlAsStringJdbcType

java.lang.Object
org.hibernate.type.descriptor.jdbc.XmlJdbcType
org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
All Implemented Interfaces:
Serializable, AdjustableJdbcType, AggregateJdbcType, JdbcType

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