Package org.springframework.jdbc.core.support
@NullMarked
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(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 reader implementationsDeprecated, for removal: This API element is subject to removal in a future version.as of 7.0, in favor of direct injection ofJdbcTemplateorJdbcClientObject 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