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

Packages that use org.springframework.jdbc.support.lob
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. 
 

Classes in org.springframework.jdbc.support.lob used by org.springframework.jdbc.support.lob
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.hibernate
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.hibernate.support
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 (C) 2003-2004 The Spring Framework Project.