Uses of Package
org.springframework.jdbc
Packages that use org.springframework.jdbc
Package
Description
Provides the core JDBC framework, based on JdbcTemplate
 and its associated callback interfaces and helper objects.
Classes supporting the 
org.springframework.jdbc.core package.Provides a utility class for easy DataSource access,
 a PlatformTransactionManager for a single DataSource,
 and various simple DataSource implementations.
The classes in this package represent RDBMS queries, updates, and stored
 procedures as threadsafe, reusable objects.
Provides a convenient holder for disconnected result sets.
- 
Classes in org.springframework.jdbc used by org.springframework.jdbc.core
- 
Classes in org.springframework.jdbc used by org.springframework.jdbc.core.supportClassDescriptionFatal exception thrown when we can't connect to an RDBMS using JDBC.
- 
Classes in org.springframework.jdbc used by org.springframework.jdbc.datasourceClassDescriptionFatal exception thrown when we can't connect to an RDBMS using JDBC.
- 
Classes in org.springframework.jdbc used by org.springframework.jdbc.objectClassDescriptionException thrown when a JDBC update affects an unexpected number of rows.
- 
Classes in org.springframework.jdbc used by org.springframework.jdbc.support.rowsetClassDescriptionException thrown when a ResultSet has been accessed in an invalid fashion.