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 classPostgreSQLIntervalSecondJdbcType -
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.classLongNVarcharJdbcTypeDescriptor forLONGNVARCHARhandling.classLongVarbinaryJdbcTypeDescriptor forLONGVARBINARYhandling.classLongVarcharJdbcTypeDescriptor forLONGVARCHARhandling.classNCharJdbcTypeDescriptor forNCHARhandling.classNVarcharJdbcTypeDescriptor forNVARCHARhandling.classVarbinaryJdbcTypeDescriptor forVARBINARYhandling.classVarcharJdbcTypeDescriptor forVARCHARhandling.
-