Uses of Interface
org.hibernate.type.descriptor.jdbc.AdjustableJdbcType
-
Packages that use AdjustableJdbcType Package Description org.hibernate.dialect org.hibernate.type.descriptor.jdbc Defines handling of the standard JDBC-defined types. -
-
Uses of AdjustableJdbcType in org.hibernate.dialect
Classes in org.hibernate.dialect that implement AdjustableJdbcType Modifier and Type Class Description 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
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.
-