Package org.hibernate.dialect.type
@Internal
package org.hibernate.dialect.type
Internal package containing dialect-specific implementations of
JdbcType
.-
ClassesClassDescriptionImplementation for serializing/deserializing an embeddable aggregate to/from the PostgreSQL component format.DB2 supports UDTs but not in JDBC, so there is a feature called "transforms", which allows to specify an automatic translation from one data type to another.H2 requires binding JSON via
setBytes
methods.Factory forH2JsonArrayJdbcType
.H2 requires binding JSON viasetBytes
methods.Factory forMariaDBCastingJsonArrayJdbcType
.Factory forMySQLCastingJsonArrayJdbcType
.Descriptor forARRAY
handling.Factory forOracleArrayJdbcType
.Represents a namedenum
type on Oracle 23ai+.The following class provides some convenience methods for accessing JdbcType instance, that are loaded into the app class loader, where they have access to the JDBC driver classes.Specialized type mapping forJSON
and the JSON SQL data type for Oracle.Factory forOracleJsonArrayJdbcType
andOracleJsonArrayBlobJdbcType
.Specialized type mapping forJSON
and the JSON SQL data type for Oracle.Descriptor forTABLE
handling.Factory forOracleNestedTableJdbcType
.Represents a namedenum
type on Oracle 23ai+.Factory forOracleXmlArrayJdbcType
.The following class provides some convenience methods for accessing JdbcType instance, that are loaded into the app class loader, where they have access to the JDBC driver classes.Descriptor forARRAY
handling.Factory forPostgreSQLArrayJdbcType
.Factory forPostgreSQLCastingJsonArrayJdbcType
.Represents a namedenum
type on PostgreSQL.Factory forPostgreSQLCastingJsonArrayJdbcType
.Factory forPostgreSQLCastingJsonArrayJdbcType
.Represents a namedenum
type on PostgreSQL.Factory forSQLServerCastingXmlArrayJdbcType
.