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