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

Packages that use LobHandler
org.springframework.jdbc.support.lob Provides a stategy interface for Large OBject handling, with implementations for various databases. 
org.springframework.orm.hibernate Package providing integration of Hibernate with Spring concepts. 
org.springframework.orm.hibernate.support Classes supporting the org.springframework.orm.hibernate package. 
 

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

Classes in org.springframework.jdbc.support.lob that implement LobHandler
 class DefaultLobHandler
          Default implementation of the LobHandler interface.
 class OracleLobHandler
          LobHandler implementation for Oracle databases.
 

Uses of LobHandler in org.springframework.orm.hibernate
 

Methods in org.springframework.orm.hibernate that return LobHandler
static LobHandler LocalSessionFactoryBean.getConfigTimeLobHandler()
          Return the LobHandler for the currently configured Hibernate SessionFactory, to be used by Type implementations like ClobStringType.
 

Methods in org.springframework.orm.hibernate with parameters of type LobHandler
 void LocalSessionFactoryBean.setLobHandler(LobHandler lobHandler)
          Set the LobHandler to be used by the SessionFactory.
 

Uses of LobHandler in org.springframework.orm.hibernate.support
 

Fields in org.springframework.orm.hibernate.support declared as LobHandler
protected  LobHandler ClobStringType.lobHandler
           
 



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