See: Description
Interface | Description |
---|---|
LobCreator |
Interface that abstracts potentially database-specific creation of large binary
fields and large text fields.
|
LobHandler |
Abstraction for handling large binary fields and large text fields in
specific databases, no matter if represented as simple types or Large OBjects.
|
Class | Description |
---|---|
AbstractLobHandler |
Abstract base class for
LobHandler implementations. |
DefaultLobHandler |
Default implementation of the
LobHandler interface. |
TemporaryLobCreator |
LobCreator implementation based on temporary LOBs,
using JDBC 4.0's Connection.createBlob() /
Connection.createClob() mechanism. |