Uses of Class
org.hibernate.type.descriptor.jdbc.XmlArrayJdbcType
Packages that use XmlArrayJdbcType
Package
Description
Internal package containing dialect-specific implementations of
JdbcType.Defines handling of almost the full range of standard JDBC-defined SQL data types.
-
Uses of XmlArrayJdbcType in org.hibernate.dialect.type
Subclasses of XmlArrayJdbcType in org.hibernate.dialect.typeModifier and TypeClassDescriptionclassclass -
Uses of XmlArrayJdbcType in org.hibernate.type.descriptor.jdbc
Subclasses of XmlArrayJdbcType in org.hibernate.type.descriptor.jdbcModifier and TypeClassDescriptionclassSpecialized type mapping forXML_ARRAYand the XML ARRAY SQL data type.Methods in org.hibernate.type.descriptor.jdbc with parameters of type XmlArrayJdbcTypeModifier and TypeMethodDescriptionstatic <X> XXmlHelper.arrayFromString(JavaType<X> javaType, XmlArrayJdbcType xmlArrayJdbcType, String string, WrapperOptions options) Constructors in org.hibernate.type.descriptor.jdbc with parameters of type XmlArrayJdbcType