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.-
ClassesClassDescriptionAbstract implementation of the
InterruptibleBatchPreparedStatementSetterinterface, combining the check for available values and setting of those into a single callback methodAbstractInterruptibleBatchPreparedStatementSetter.setValuesIfAvailable(java.sql.PreparedStatement, int).Deprecated.Deprecated.as of 6.2 along withLobHandler, in favor ofResultSet.getBinaryStream(int)/ResultSet.getCharacterStream(int)usageAbstract implementation of the SqlTypeValue interface, for convenient creation of type values that are supposed to be passed into thePreparedStatement.setObjectmethod.Deprecated.in favor of Spring's common bean definition formats and/or custom BeanDefinitionReader implementationsConvenient superclass for JDBC-based data access objects.Object to represent a binary parameter value for a SQL statement, for example, a binary stream for a BLOB or a LONGVARBINARY or PostgreSQL BYTEA column.Object to represent a character-based parameter value for a SQL statement, for example, a character stream for a CLOB/NCLOB or a LONGVARCHAR column.Deprecated.as of 6.2, in favor ofSqlBinaryValueandSqlCharacterValue
SqlBinaryValueandSqlCharacterValue