Uses of Class
org.hibernate.type.descriptor.jdbc.ClobJdbcType
-
Packages that use ClobJdbcType Package Description org.hibernate.type.descriptor.jdbc Defines handling of almost the full range of standard JDBC-defined SQL data types. -
-
Uses of ClobJdbcType in org.hibernate.type.descriptor.jdbc
Fields in org.hibernate.type.descriptor.jdbc declared as ClobJdbcType Modifier and Type Field Description static ClobJdbcType
ClobJdbcType. CLOB_BINDING
static ClobJdbcType
ClobJdbcType. DEFAULT
static ClobJdbcType
ClobJdbcType. MATERIALIZED
static ClobJdbcType
ClobJdbcType. STREAM_BINDING
static ClobJdbcType
ClobJdbcType. STREAM_BINDING_EXTRACTING
static ClobJdbcType
ClobJdbcType. STRING_BINDING
-