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 ClobJdbcTypeClobJdbcType. CLOB_BINDINGstatic ClobJdbcTypeClobJdbcType. DEFAULTstatic ClobJdbcTypeClobJdbcType. MATERIALIZEDstatic ClobJdbcTypeClobJdbcType. STREAM_BINDINGstatic ClobJdbcTypeClobJdbcType. STREAM_BINDING_EXTRACTINGstatic ClobJdbcTypeClobJdbcType. STRING_BINDING
-