Package org.springframework.integration.jdbc
@NullMarked
package org.springframework.integration.jdbc
Root package of the Spring Integration JDBC module, which contains various
JDBC and Stored Procedure/Function supporting components.
-
ClassDescriptionA default implementation of
SqlParameterSourceFactorywhich creates anSqlParameterSourceto reference bean properties (or map keys) in its input.An implementation ofSqlParameterSourceFactorywhich creates anSqlParameterSourcethat evaluates Spring EL expressions.The callback to be used with theJdbcMessageHandleras an alternative to theSqlParameterSourceFactory.Collaborator for JDBC adapters which allows creation of instances ofSqlParameterSourcefor use in update operations.This class is used by all Stored Procedure (Stored Function) components and provides the core functionality to execute those.