Uses of Interface
org.springframework.jdbc.support.lob.OracleLobHandler.LobCallback

Packages that use OracleLobHandler.LobCallback
org.springframework.jdbc.support.lob Provides a stategy interface for Large OBject handling, with implementations for various databases. 
 

Uses of OracleLobHandler.LobCallback in org.springframework.jdbc.support.lob
 

Methods in org.springframework.jdbc.support.lob with parameters of type OracleLobHandler.LobCallback
protected  Object OracleLobHandler.OracleLobCreator.createLob(PreparedStatement ps, boolean clob, OracleLobHandler.LobCallback callback)
          Create a LOB instance for the given PreparedStatement, populating it via the given callback.
 



Copyright © 2002-2008 The Spring Framework.