Uses of Class
org.springframework.jdbc.support.lob.AbstractLobHandler

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

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

Subclasses of AbstractLobHandler in org.springframework.jdbc.support.lob
 class DefaultLobHandler
          Default implementation of the LobHandler interface.
 class OracleLobHandler
          LobHandler implementation for Oracle databases.
 



Copyright (c) 2002-2007 The Spring Framework Project.