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

Packages that use org.springframework.jdbc.support.nativejdbc
org.springframework.jdbc.core 
org.springframework.jdbc.support.lob 
org.springframework.jdbc.support.nativejdbc 

Classes in org.springframework.jdbc.support.nativejdbc used by org.springframework.jdbc.core
JdbcTemplate
          This is the central class in the JDBC core package.
 

Classes in org.springframework.jdbc.support.nativejdbc used by org.springframework.jdbc.support.lob
OracleLobHandler
          LobHandler implementation for Oracle databases.
 

Classes in org.springframework.jdbc.support.nativejdbc used by org.springframework.jdbc.support.nativejdbc
CommonsDbcpNativeJdbcExtractor
          Implementation of the NativeJdbcExtractor interface for the Jakarta Commons DBCP connection pool.
JBossNativeJdbcExtractor
          Implementation of the NativeJdbcExtractor interface for the JBoss 3.2 connection pool.
SimpleNativeJdbcExtractor
          Simple implementation of the NativeJdbcExtractor interface.
XAPoolNativeJdbcExtractor
          Implementation of the NativeJdbcExtractor interface for ObjectWeb's XAPool connection pool.