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.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractLobCreatingPreparedStatementCallback.setValues(PreparedStatement ps,
LobCreator lobCreator)
Set values on the given PreparedStatement, using the given
LobCreator for BLOB/CLOB arguments.
|
Modifier and Type | Class and Description |
---|---|
protected class |
DefaultLobHandler.DefaultLobCreator
Default LobCreator implementation as an inner class.
|
class |
TemporaryLobCreator
LobCreator implementation based on temporary LOBs,
using JDBC 4.0's Connection.createBlob() /
Connection.createClob() mechanism. |
Modifier and Type | Method and Description |
---|---|
LobCreator |
LobHandler.getLobCreator()
Create a new
LobCreator instance, i.e. |
LobCreator |
DefaultLobHandler.getLobCreator() |