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

Packages that use org.springframework.jdbc.support.nativejdbc
org.springframework.jdbc.core Provides the core JDBC framework, based on JdbcTemplate and its associated callback interfaces and helper objects. 
org.springframework.jdbc.support.lob Provides a stategy interface for Large OBject handling, with implementations for various databases. 
org.springframework.jdbc.support.nativejdbc Provides a mechanism for extracting native implementations of JDBC interfaces from wrapper objects that got returned from connection pools. 
 

Classes in org.springframework.jdbc.support.nativejdbc used by org.springframework.jdbc.core
NativeJdbcExtractor
          Interface for extracting native JDBC objects from wrapped objects coming from connection pools.
 

Classes in org.springframework.jdbc.support.nativejdbc used by org.springframework.jdbc.support.lob
NativeJdbcExtractor
          Interface for extracting native JDBC objects from wrapped objects coming from connection pools.
 

Classes in org.springframework.jdbc.support.nativejdbc used by org.springframework.jdbc.support.nativejdbc
NativeJdbcExtractor
          Interface for extracting native JDBC objects from wrapped objects coming from connection pools.
NativeJdbcExtractorAdapter
          Abstract adapter class for the NativeJdbcExtractor interface, for simplified implementation of basic extractors.
 



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