Uses of Package
org.springframework.jdbc.core
Packages that use org.springframework.jdbc.core
Package
Description
Provides the core JDBC framework, based on JdbcTemplate
 and its associated callback interfaces and helper objects.
Context metadata abstraction for the configuration and execution
 of table inserts and stored procedure calls.
JdbcTemplate variant with named parameter support.
Simplification layer for common JDBC interactions.
Classes supporting the 
org.springframework.jdbc.core package.The classes in this package represent RDBMS queries, updates, and stored
 procedures as threadsafe, reusable objects.
Support classes for integrating the Spring TestContext Framework
 with JUnit 4.12 or higher.
Support classes for integrating the Spring TestContext Framework
 with TestNG.
Support classes for tests based on JDBC.
- 
Classes in org.springframework.jdbc.core used by org.springframework.jdbc.coreClassDescriptionBatch update callback interface used by theJdbcTemplateclass.RowMapperimplementation that converts a row into a new instance of the specified mapped target class.Generic callback interface for code that operates on a CallableStatement.One of the three central callback interfaces used by the JdbcTemplate class.Generic callback interface for code that operates on a JDBC Connection.RowMapperimplementation that converts a row into a new instance of the specified mapped target class.Interface specifying a basic set of JDBC operations.Interface to be implemented by objects that can close resources allocated by parameters likeSqlLobValueobjects.Parameterized callback interface used by theJdbcTemplateclass for batch updates.Implement this interface when parameters need to be customized based on the connection.Generic callback interface for code that operates on a PreparedStatement.One of the two central callback interfaces used by the JdbcTemplate class.General callback interface used by theJdbcTemplateclass.Callback interface used byJdbcTemplate's query methods.Common base class for ResultSet-supporting SqlParameters likeSqlOutParameterandSqlReturnResultSet.An interface used byJdbcTemplateandNamedParameterJdbcTemplatefor processing rows of aResultSeton a per-row basis.An interface used byJdbcTemplatefor mapping rows of aResultSeton a per-row basis.RowMapperimplementation that converts a single column into a single result value per row.Subclass ofSqlParameterto represent an output parameter.Object to represent an SQL parameter definition.Interface to be implemented for retrieving values for more complex database-specific types not supported by the standardCallableStatement.getObjectmethod.Interface to be implemented for setting values for more complex database-specific types not supported by the standardsetObjectmethod.Generic callback interface for code that operates on a JDBC Statement.
- 
Classes in org.springframework.jdbc.core used by org.springframework.jdbc.core.metadataClassDescriptionAn interface used byJdbcTemplatefor mapping rows of aResultSeton a per-row basis.Object to represent an SQL parameter definition.
- 
Classes in org.springframework.jdbc.core used by org.springframework.jdbc.core.namedparamClassDescriptionInterface specifying a basic set of JDBC operations.This is the central delegate in the JDBC core package. It can be used directly for many data access purposes, supporting any kind of JDBC operation.Generic callback interface for code that operates on a PreparedStatement.One of the two central callback interfaces used by the JdbcTemplate class.Helper class that efficiently creates multiplePreparedStatementCreatorobjects with different parameters based on an SQL statement and a single set of parameter declarations.Callback interface used byJdbcTemplate's query methods.An interface used byJdbcTemplateandNamedParameterJdbcTemplatefor processing rows of aResultSeton a per-row basis.An interface used byJdbcTemplatefor mapping rows of aResultSeton a per-row basis.Object to represent an SQL parameter definition.
- 
Classes in org.springframework.jdbc.core used by org.springframework.jdbc.core.simpleClassDescriptionHelper class that efficiently creates multipleCallableStatementCreatorobjects with different parameters based on an SQL statement and a single set of parameter declarations.Interface specifying a basic set of JDBC operations.This is the central delegate in the JDBC core package. It can be used directly for many data access purposes, supporting any kind of JDBC operation.Callback interface used byJdbcTemplate's query methods.An interface used byJdbcTemplateandNamedParameterJdbcTemplatefor processing rows of aResultSeton a per-row basis.An interface used byJdbcTemplatefor mapping rows of aResultSeton a per-row basis.Object to represent an SQL parameter definition.
- 
Classes in org.springframework.jdbc.core used by org.springframework.jdbc.core.supportClassDescriptionBatch update callback interface used by theJdbcTemplateclass.Subinterface ofSqlTypeValuethat adds a cleanup callback, to be invoked after the value has been set and the corresponding statement has been executed.Extension of theBatchPreparedStatementSetterinterface, adding a batch exhaustion check.This is the central delegate in the JDBC core package. It can be used directly for many data access purposes, supporting any kind of JDBC operation.Generic callback interface for code that operates on a PreparedStatement.Callback interface used byJdbcTemplate's query methods.Interface to be implemented for setting values for more complex database-specific types not supported by the standardsetObjectmethod.
- 
Classes in org.springframework.jdbc.core used by org.springframework.jdbc.objectClassDescriptionOne of the three central callback interfaces used by the JdbcTemplate class.This is the central delegate in the JDBC core package. It can be used directly for many data access purposes, supporting any kind of JDBC operation.Implement this interface when parameters need to be customized based on the connection.One of the two central callback interfaces used by the JdbcTemplate class.General callback interface used by theJdbcTemplateclass.An interface used byJdbcTemplatefor mapping rows of aResultSeton a per-row basis.Object to represent an SQL parameter definition.
- 
Classes in org.springframework.jdbc.core used by org.springframework.test.context.junit4ClassDescriptionThis is the central delegate in the JDBC core package. It can be used directly for many data access purposes, supporting any kind of JDBC operation.
- 
Classes in org.springframework.jdbc.core used by org.springframework.test.context.testngClassDescriptionThis is the central delegate in the JDBC core package. It can be used directly for many data access purposes, supporting any kind of JDBC operation.
- 
Classes in org.springframework.jdbc.core used by org.springframework.test.jdbc