| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
|---|---|
| BatchPreparedStatementSetter | Batch update callback interface used by the JdbcTemplateclass. | 
| CallableStatementCallback | Generic callback interface for code that operates on a CallableStatement. | 
| CallableStatementCreator | One of the three central callback interfaces used by the JdbcTemplate class. | 
| ConnectionCallback | Generic callback interface for code that operates on a JDBC Connection. | 
| DisposableSqlTypeValue | Subinterface of SqlTypeValuethat adds a cleanup callback,
 to be invoked after the value has been set and the corresponding
 statement has been executed. | 
| InterruptibleBatchPreparedStatementSetter | Extension of the BatchPreparedStatementSetterinterface,
 adding a batch exhaustion check. | 
| JdbcOperations | Interface specifying a basic set of JDBC operations. | 
| ParameterDisposer | Interface to be implemented by objects that can close resources allocated by parameters like SqlLobValues. | 
| ParameterMapper | Implement this interface when parameters need to be customized based on the connection. | 
| PreparedStatementCallback | Generic callback interface for code that operates on a PreparedStatement. | 
| PreparedStatementCreator | One of the two central callback interfaces used by the JdbcTemplate class. | 
| PreparedStatementSetter | General callback interface used by the JdbcTemplateclass. | 
| ResultSetExtractor | Callback interface used by JdbcTemplate's query methods. | 
| RowCallbackHandler | An interface used by JdbcTemplatefor processing rows of aResultSeton a per-row basis. | 
| RowMapper | An interface used by JdbcTemplatefor mapping rows of aResultSeton a per-row basis. | 
| SqlProvider | Interface to be implemented by objects that can provide SQL strings. | 
| SqlReturnType | Interface to be implemented for retrieving values for more complex database-specific
 types not supported by the standard CallableStatement.getObjectmethod. | 
| SqlTypeValue | Interface to be implemented for setting values for more complex database-specific
 types not supported by the standard setObjectmethod. | 
| StatementCallback | Generic callback interface for code that operates on a JDBC Statement. | 
| Class Summary | |
|---|---|
| BeanPropertyRowMapper | RowMapperimplementation that converts a row into a new instance
 of the specified mapped target class. | 
| CallableStatementCreatorFactory | Helper class that efficiently creates multiple CallableStatementCreatorobjects with different parameters based on a SQL statement and a single
 set of parameter declarations. | 
| ColumnMapRowMapper | RowMapperimplementation that creates ajava.util.Mapfor each row, representing all columns as key-value pairs: one
 entry for each column, with the column name as key. | 
| JdbcTemplate | This is the central class in the JDBC core package. | 
| PreparedStatementCreatorFactory | Helper class that efficiently creates multiple PreparedStatementCreatorobjects with different parameters based on a SQL statement and a single
 set of parameter declarations. | 
| ResultSetSupportingSqlParameter | Common base class for ResultSet-supporting SqlParameters like SqlOutParameterandSqlReturnResultSet. | 
| RowCountCallbackHandler | Implementation of RowCallbackHandler. | 
| RowMapperResultSetExtractor | Adapter implementation of the ResultSetExtractor interface that delegates to a RowMapper which is supposed to create an object for each row. | 
| SingleColumnRowMapper | RowMapperimplementation that converts a single column into a single
 result value per row. | 
| SqlInOutParameter | Subclass of SqlOutParameterto represent an INOUT parameter. | 
| SqlOutParameter | Subclass of SqlParameter to represent an output parameter. | 
| SqlParameter | Object to represent a SQL parameter definition. | 
| SqlParameterValue | Object to represent a SQL parameter value, including parameter metadata such as the SQL type and the scale for numeric values. | 
| SqlReturnResultSet | Represents a returned ResultSetfrom a stored procedure call. | 
| SqlReturnUpdateCount | Represents a returned update count from a stored procedure call. | 
| SqlRowSetResultSetExtractor | ResultSetExtractor implementation that returns a Spring SqlRowSet representation for each given ResultSet. | 
| StatementCreatorUtils | Utility methods for PreparedStatementSetter/Creator and CallableStatementCreator implementations, providing sophisticated parameter management (including support for LOB values). | 
Provides the core JDBC framework, based on JdbcTemplate and its associated callback interfaces and helper objects.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||