Uses of Interface
org.hibernate.type.descriptor.jdbc.AdjustableJdbcType
Packages that use AdjustableJdbcType
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Defines handling of almost the full range of standard JDBC-defined SQL data types.
-
Uses of AdjustableJdbcType in org.hibernate.dialect
Classes in org.hibernate.dialect that implement AdjustableJdbcTypeModifier and TypeClassDescriptionclassclassclass -
Uses of AdjustableJdbcType in org.hibernate.type.descriptor.jdbc
Classes in org.hibernate.type.descriptor.jdbc that implement AdjustableJdbcTypeModifier and TypeClassDescriptionclassDescriptor forBINARYhandling.classDescriptor forBOOLEANhandling.classDescriptor forCHARhandling.classDescriptor forCLOBhandling.classSpecialized type mapping forJSONand the JSON SQL data type.classDescriptor forLONGNVARCHARhandling.classDescriptor forLONGVARBINARYhandling.classDescriptor forLONGVARCHARhandling.classDescriptor forNCHARhandling.classDescriptor forNVARCHARhandling.classDescriptor forVARBINARYhandling.classDescriptor forVARCHARhandling.classSpecialized type mapping forSQLXMLand the XML SQL data type.