Package | Description |
---|---|
org.springframework.jdbc.core.support |
Classes supporting the
org.springframework.jdbc.core package. |
org.springframework.jdbc.support.lob |
Provides a strategy interface for Large OBject handling,
as well as a customizable default implementation.
|
Class and 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 and Description |
---|
AbstractLobHandler
Abstract base class for
LobHandler implementations. |
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.
|