org.springframework.jdbc.core
Class Diagram core

Class Summary
BatchPreparedStatementSetterCallback interface used by the JdbcTemplate class.
CallableStatementCreatorOne of the three central callback interfaces used by the JdbcTemplate class.
CallableStatementCreatorFactoryHelper class that can efficiently create multiple CallableStatementCreator objects with different parameters based on a SQL statement and a single set of parameter declarations.
ColumnExtractorInterface to be implemented by objects that know how to extract columns from a ResultSet and ensure that they are of a given type.
DefaultColumnExtractorDefault implementation of the ColumnExtractor interface.
JdbcHelperUtility class to use for JDBC queries from J2EE applications.
JdbcOperationsInterface that specifies a basic set of JDBC operations.
JdbcTemplateThis is the central class in the JDBC core package.
ParameterMapperImplement this interface when parameters need to be customized based on the connection.
PreparedStatementCreatorOne of the two central callback interfaces used by the JdbcTemplate class.
PreparedStatementCreatorFactoryHelper class that can efficiently create multiple PreparedStatementCreator objects with different parameters based on a SQL statement and a single set of parameter declarations.
PreparedStatementSetterCallback interface used by the JdbcTemplate class.
ResultReaderExtension of RowCallbackHandler interfaces that saves the accumulated results as a Collection.
ResultSetExtractorCallback interfaces used by the JdbcTemplate class's doWithResultSetXXXX() methods.
RowCallbackHandlerOne of the two central callback interfaces used by the JdbcTemplate class.
RowCountCallbackHandlerImplementation of RowCallbackHandler.
RowMapperAn interfaces used by the StoredProcedure class for mapping returned result sets.
SqlOutParameterSubclass of SqlParameter to represent an output parameter.
SqlParameterObject to represent a SQL parameter definition.
SqlReturnResultSetSubclass of SqlParameter to represent a returned resultset from a stored procedure call.