Uses of Interface
org.springframework.jdbc.support.lob.LobHandler
Packages that use LobHandler
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 LobHandler in org.springframework.jdbc.core.supportConstructors in org.springframework.jdbc.core.support with parameters of type LobHandlerModifierConstructorDescriptionDeprecated.Create a new AbstractLobCreatingPreparedStatementCallback for the given LobHandler.SqlLobValue(byte[] bytes, LobHandler lobHandler) Deprecated.Create a new BLOB value with the given byte array.SqlLobValue(InputStream stream, int length, LobHandler lobHandler) Deprecated.Create a new BLOB/CLOB value with the given stream.SqlLobValue(Reader reader, int length, LobHandler lobHandler) Deprecated.Create a new CLOB value with the given character stream.SqlLobValue(String content, LobHandler lobHandler) Deprecated.Create a new CLOB value with the given content string.
- 
Uses of LobHandler in org.springframework.jdbc.support.lobClasses in org.springframework.jdbc.support.lob that implement LobHandlerModifier and TypeClassDescriptionclassDeprecated.classDeprecated.as of 6.2, in favor ofSqlBinaryValueandSqlCharacterValue
SqlBinaryValueandSqlCharacterValue