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
SqlParameterSourceFactory
which creates anSqlParameterSource
to reference bean properties (or map keys) in its input.An implementation ofSqlParameterSourceFactory
which creates anSqlParameterSource
that evaluates Spring EL expressions.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJdbcOutboundGateway
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJdbcPollingChannelAdapter
The callback to be used with theJdbcMessageHandler
as an alternative to theSqlParameterSourceFactory
.Collaborator for JDBC adapters which allows creation of instances ofSqlParameterSource
for use in update operations.This class is used by all Stored Procedure (Stored Function) components and provides the core functionality to execute those.Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofStoredProcMessageHandler
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofStoredProcOutboundGateway
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofStoredProcPollingChannelAdapter
JdbcMessageHandler