Uses of Package
org.springframework.jdbc.support.lob

Packages that use org.springframework.jdbc.support.lob
org.springframework.jdbc.core.support Classes supporting the org.springframework.jdbc.core package. 
org.springframework.jdbc.support.lob Provides a stategy interface for Large OBject handling, with implementations for various databases. 
org.springframework.orm.hibernate3 Package providing integration of Hibernate3 with Spring concepts. 
org.springframework.orm.hibernate3.support Classes supporting the org.springframework.orm.hibernate3 package. 
org.springframework.orm.ibatis Package providing integration of iBATIS Database Layer with Spring concepts. 
org.springframework.orm.ibatis.support Classes supporting the org.springframework.orm.ibatis package. 
 

Classes in org.springframework.jdbc.support.lob used by org.springframework.jdbc.core.support
LobCreator
          Interface that abstracts potentially database-specific creation of large binary fields and large text fields.
LobHandler
          Abstraction for handling large binary fields and large text fields in specific databases, no matter if represented as simple types or Large OBjects.
 

Classes in org.springframework.jdbc.support.lob used by org.springframework.jdbc.support.lob
AbstractLobHandler
          Abstract base class for LobHandler implementations.
LobCreator
          Interface that abstracts potentially database-specific creation of large binary fields and large text fields.
LobHandler
          Abstraction for handling large binary fields and large text fields in specific databases, no matter if represented as simple types or Large OBjects.
OracleLobHandler.LobCallback
          Internal callback interface for use with createLob.
 

Classes in org.springframework.jdbc.support.lob used by org.springframework.orm.hibernate3
LobHandler
          Abstraction for handling large binary fields and large text fields in specific databases, no matter if represented as simple types or Large OBjects.
 

Classes in org.springframework.jdbc.support.lob used by org.springframework.orm.hibernate3.support
LobCreator
          Interface that abstracts potentially database-specific creation of large binary fields and large text fields.
LobHandler
          Abstraction for handling large binary fields and large text fields in specific databases, no matter if represented as simple types or Large OBjects.
 

Classes in org.springframework.jdbc.support.lob used by org.springframework.orm.ibatis
LobHandler
          Abstraction for handling large binary fields and large text fields in specific databases, no matter if represented as simple types or Large OBjects.
 

Classes in org.springframework.jdbc.support.lob used by org.springframework.orm.ibatis.support
LobCreator
          Interface that abstracts potentially database-specific creation of large binary fields and large text fields.
LobHandler
          Abstraction for handling large binary fields and large text fields in specific databases, no matter if represented as simple types or Large OBjects.
 



Copyright © 2002-2008 The Spring Framework.