spring-jdbc

spring-jdbc 3.2.0.M1 API

Packages
org.springframework.jdbc The classes in this package make JDBC easier to use and reduce the likelihood of common errors.
org.springframework.jdbc.config Defines the Spring JDBC configuration namespace.
org.springframework.jdbc.core Provides the core JDBC framework, based on JdbcTemplate and its associated callback interfaces and helper objects.
org.springframework.jdbc.core.metadata Context metadata abstraction for the configuration and execution of a stored procedure call.
org.springframework.jdbc.core.namedparam JdbcTemplate variant with named parameter support.
org.springframework.jdbc.core.simple Simplification layer over JdbcTemplate for Java 5 and above.
org.springframework.jdbc.core.support Classes supporting the org.springframework.jdbc.core package.
org.springframework.jdbc.datasource Provides a utility class for easy DataSource access, a PlatformTransactionManager for a single DataSource, and various simple DataSource implementations.
org.springframework.jdbc.datasource.embedded Provides extensible support for creating embedded database instances.
org.springframework.jdbc.datasource.init Provides extensible support for initializing databases through scripts.
org.springframework.jdbc.datasource.lookup Provides a strategy for looking up JDBC DataSources by name.
org.springframework.jdbc.object The classes in this package represent RDBMS queries, updates, and stored procedures as threadsafe, reusable objects.
org.springframework.jdbc.support Support classes for the JDBC framework, used by the classes in the jdbc.core and jdbc.object packages.
org.springframework.jdbc.support.incrementer Provides a support framework for incrementing database table values via sequences, with implementations for various databases.
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.
org.springframework.jdbc.support.rowset Provides a convenient holder for disconnected result sets.
org.springframework.jdbc.support.xml Abstraction for handling fields of SQLXML data type.

 


spring-jdbc