Uses of Interface
org.springframework.jdbc.support.lob.LobCreator

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

Uses of LobCreator in org.springframework.jdbc.support.lob
 

Classes in org.springframework.jdbc.support.lob that implement LobCreator
protected  class DefaultLobHandler.DefaultLobCreator
           
protected  class OracleLobHandler.OracleLobCreator
          LobCreator implementation for Oracle databases.
 

Methods in org.springframework.jdbc.support.lob that return LobCreator
 LobCreator OracleLobHandler.getLobCreator()
           
 LobCreator LobHandler.getLobCreator()
          Create a new LobCreator instance, i.e.
 LobCreator DefaultLobHandler.getLobCreator()
           
 



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