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, Class lobClass, OracleLobHandler.LobCallback callback)
          Create a LOB instance for the given PreparedStatement, populating it via the given callback.
 



Copyright (C) 2003-2004 The Spring Framework Project.