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) Deprecated.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 classDeprecated.Default LobCreator implementation as an inner class.classDeprecated.Methods in org.springframework.jdbc.support.lob that return LobCreatorModifier and TypeMethodDescriptionDefaultLobHandler.getLobCreator()Deprecated.LobHandler.getLobCreator()Deprecated.Create a newLobCreatorinstance, i.e.
SqlBinaryValueandSqlCharacterValue