Uses of Package
org.springframework.jdbc.core

Packages that use org.springframework.jdbc.core
org.springframework.jdbc.core 
org.springframework.jdbc.core.support 
org.springframework.jdbc.object 

Classes in org.springframework.jdbc.core used by org.springframework.jdbc.core
CallableStatementCreatorFactory
          Helper class that can efficiently create multiple CallableStatementCreator objects with different parameters based on a SQL statement and a single set of parameter declarations.
DefaultColumnExtractor
          Default implementation of the ColumnExtractor interface.
JdbcHelper
          Utility class to use for JDBC queries from J2EE applications.
JdbcOperations
          Interface that specifies a basic set of JDBC operations.
JdbcTemplate
          This is the central class in the JDBC core package.
PreparedStatementCreatorFactory
          Helper class that can efficiently create multiple PreparedStatementCreator objects with different parameters based on a SQL statement and a single set of parameter declarations.
ResultReader
          Extension of RowCallbackHandler interfaces that saves the accumulated results as a Collection.
RowCountCallbackHandler
          Implementation of RowCallbackHandler.
SqlOutParameter
          Subclass of SqlParameter to represent an output parameter.
SqlParameter.ResultReaderStoredProcImpl
          Implementation of ResultReader that calls the supplied RowMapper class's mapRow() method for each row.
SqlReturnResultSet
          Subclass of SqlParameter to represent a returned resultset from a stored procedure call.
 

Classes in org.springframework.jdbc.core used by org.springframework.jdbc.core.support
JdbcBeanDefinitionReader
          ListableBeanFactory implementation that reads values from a database table.
JdbcDaoSupport
          Convenient super class for JDBC data access objects.
 

Classes in org.springframework.jdbc.core used by org.springframework.jdbc.object
RdbmsOperation
          Root of the JDBC object hierarchy, as described in Chapter 9 of Expert One-On-One J2EE Design and Development by Rod Johnson (Wrox, 2002).
StoredProcedure
          Superclass for object abstractions of RDBMS stored procedures.