Uses of Interface
org.springframework.jdbc.support.lob.LobCreator
Package
Description
Classes supporting the
org.springframework.jdbc.core
package.Provides a strategy interface for Large OBject handling,
as well as a customizable default implementation.
-
Uses of LobCreator in org.springframework.jdbc.core.support
Modifier and TypeMethodDescriptionprotected abstract void
AbstractLobCreatingPreparedStatementCallback.setValues
(PreparedStatement ps, LobCreator lobCreator) Set values on the given PreparedStatement, using the given LobCreator for BLOB/CLOB arguments. -
Uses of LobCreator in org.springframework.jdbc.support.lob
Modifier and TypeClassDescriptionprotected class
Default LobCreator implementation as an inner class.class
LobCreator
implementation based on temporary LOBs, using JDBC'sConnection.createBlob()
/Connection.createClob()
mechanism.Modifier and TypeMethodDescriptionDefaultLobHandler.getLobCreator()
LobHandler.getLobCreator()
Create a newLobCreator
instance, i.e.