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 class
OracleBooleanJdbcType
class
PostgreSQLCastingIntervalSecondJdbcType
class
PostgreSQLIntervalSecondJdbcType
-
Uses of AdjustableJdbcType in org.hibernate.type.descriptor.jdbc
Classes in org.hibernate.type.descriptor.jdbc that implement AdjustableJdbcType Modifier and Type Class Description class
BinaryJdbcType
Descriptor forBINARY
handling.class
BooleanJdbcType
Descriptor forBOOLEAN
handling.class
CharJdbcType
Descriptor forCHAR
handling.class
ClobJdbcType
Descriptor forCLOB
handling.class
JsonAsStringJdbcType
Specialized type mapping forJSON
and the JSON SQL data type.class
LongNVarcharJdbcType
Descriptor forLONGNVARCHAR
handling.class
LongVarbinaryJdbcType
Descriptor forLONGVARBINARY
handling.class
LongVarcharJdbcType
Descriptor forLONGVARCHAR
handling.class
NCharJdbcType
Descriptor forNCHAR
handling.class
NVarcharJdbcType
Descriptor forNVARCHAR
handling.class
VarbinaryJdbcType
Descriptor forVARBINARY
handling.class
VarcharJdbcType
Descriptor forVARCHAR
handling.class
XmlAsStringJdbcType
Specialized type mapping forSQLXML
and the XML SQL data type.
-