|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlobType | |
---|---|
org.hibernate | This package defines the central Hibernate APIs. |
org.hibernate.type | A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. |
Uses of BlobType in org.hibernate |
---|
Fields in org.hibernate declared as BlobType | |
---|---|
static BlobType |
Hibernate.BLOB
Deprecated. Use StandardBasicTypes.BLOB instead. |
Uses of BlobType in org.hibernate.type |
---|
Fields in org.hibernate.type declared as BlobType | |
---|---|
static BlobType |
StandardBasicTypes.BLOB
The standard Hibernate type for mapping Blob to JDBC BLOB . |
static BlobType |
BlobType.INSTANCE
|
Constructor parameters in org.hibernate.type with type arguments of type BlobType | |
---|---|
BlobType(SqlTypeDescriptor sqlTypeDescriptor,
AlternativeLobTypes.BlobTypes<java.sql.Blob,BlobType> blobTypes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |