Package org.springframework.jdbc.support.lob

Provides a stategy interface for Large OBject handling, with implementations for various databases.

See
          Description

Class Diagram Summary
lob 
 

Interface Summary
LobCreatorInterface that abstracts potentially database-specific creation of large binary fields and large text fields.
LobHandlerAbstraction for handling large binary fields and large text fields in specific databases, no matter if represented as simple types or Large OBjects.
 

Class Summary
DefaultLobHandlerDefault implementation of the LobHandler interface.
OracleLobHandlerLobHandler implementation for Oracle databases.
 

Package org.springframework.jdbc.support.lob Description

Provides a stategy interface for Large OBject handling, with implementations for various databases.

Can be used independently from jdbc.core and jdbc.object, for example in custom JDBC access code.