Class XmlArrayJdbcType

java.lang.Object
org.hibernate.type.descriptor.jdbc.ArrayJdbcType
org.hibernate.type.descriptor.jdbc.XmlArrayJdbcType
All Implemented Interfaces:
Serializable, JdbcType
Direct Known Subclasses:
OracleXmlArrayJdbcType, SQLServerCastingXmlArrayJdbcType, XmlAsStringArrayJdbcType

public class XmlArrayJdbcType extends ArrayJdbcType
Specialized type mapping for XML_ARRAY and the XML ARRAY SQL data type.
See Also: