Uses of Interface
org.hibernate.type.descriptor.jdbc.AdjustableJdbcType
-
Packages that use AdjustableJdbcType Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.type.descriptor.jdbc 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 AdjustableJdbcType Modifier and Type Class Description classOracleBooleanJdbcTypeclassPostgreSQLCastingIntervalSecondJdbcTypeclassPostgreSQLIntervalSecondJdbcType -
Uses of AdjustableJdbcType in org.hibernate.type.descriptor.jdbc
Classes in org.hibernate.type.descriptor.jdbc that implement AdjustableJdbcType Modifier and Type Class Description classBinaryJdbcTypeDescriptor forBINARYhandling.classBooleanJdbcTypeDescriptor forBOOLEANhandling.classCharJdbcTypeDescriptor forCHARhandling.classClobJdbcTypeDescriptor forCLOBhandling.classJsonAsStringJdbcTypeSpecialized type mapping forJSONand the JSON SQL data type.classLongNVarcharJdbcTypeDescriptor forLONGNVARCHARhandling.classLongVarbinaryJdbcTypeDescriptor forLONGVARBINARYhandling.classLongVarcharJdbcTypeDescriptor forLONGVARCHARhandling.classNCharJdbcTypeDescriptor forNCHARhandling.classNVarcharJdbcTypeDescriptor forNVARCHARhandling.classVarbinaryJdbcTypeDescriptor forVARBINARYhandling.classVarcharJdbcTypeDescriptor forVARCHARhandling.classXmlAsStringJdbcTypeSpecialized type mapping forSQLXMLand the XML SQL data type.
-