Uses of Interface
org.springframework.jdbc.support.lob.LobCreator
Packages that use 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
Methods in org.springframework.jdbc.core.support with parameters of type LobCreatorModifier and TypeMethodDescriptionprotected abstract voidAbstractLobCreatingPreparedStatementCallback.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
Classes in org.springframework.jdbc.support.lob that implement LobCreatorModifier and TypeClassDescriptionprotected classDefault LobCreator implementation as an inner class.classLobCreatorimplementation based on temporary LOBs, using JDBC 4.0'sConnection.createBlob()/Connection.createClob()mechanism.Methods in org.springframework.jdbc.support.lob that return LobCreatorModifier and TypeMethodDescriptionDefaultLobHandler.getLobCreator()LobHandler.getLobCreator()Create a newLobCreatorinstance, i.e.