Package org.springframework.jdbc.core.support
@NonNullApi
@NonNullFields
package org.springframework.jdbc.core.support
Classes supporting the
org.springframework.jdbc.core
package.
Contains a DAO base class for JdbcTemplate usage.-
ClassDescriptionAbstract implementation of the
InterruptibleBatchPreparedStatementSetter
interface, combining the check for available values and setting of those into a single callback methodAbstractInterruptibleBatchPreparedStatementSetter.setValuesIfAvailable(java.sql.PreparedStatement, int)
.AbstractPreparedStatementCallback
implementation that manages aLobCreator
.Abstract ResultSetExtractor implementation that assumes streaming of LOB data.Abstract implementation of the SqlTypeValue interface, for convenient creation of type values that are supposed to be passed into thePreparedStatement.setObject
method.Deprecated.as of 5.3, in favor of Spring's common bean definition formats and/or custom reader implementationsConvenient superclass for JDBC-based data access objects.Object to represent an SQL BLOB/CLOB value parameter.