Uses of Package
org.springframework.integration.jdbc
Packages that use org.springframework.integration.jdbc
Package
Description
Root package of the Spring Integration JDBC module, which contains various
JDBC and Stored Procedure/Function supporting components.
Java DSL classes for JDBC module.
Inbound channel adapters for JDBC.
Outbound channel adapters for JDBC.
-
Classes in org.springframework.integration.jdbc used by org.springframework.integration.jdbcClassDescriptionCollaborator for JDBC adapters which allows creation of instances of
SqlParameterSource
for use in update operations.This class is used by all Stored Procedure (Stored Function) components and provides the core functionality to execute those. -
Classes in org.springframework.integration.jdbc used by org.springframework.integration.jdbc.dslClassDescriptionThe callback to be used with the
JdbcMessageHandler
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. -
Classes in org.springframework.integration.jdbc used by org.springframework.integration.jdbc.inboundClassDescriptionCollaborator for JDBC adapters which allows creation of instances of
SqlParameterSource
for use in update operations.This class is used by all Stored Procedure (Stored Function) components and provides the core functionality to execute those. -
Classes in org.springframework.integration.jdbc used by org.springframework.integration.jdbc.outboundClassDescriptionThe callback to be used with the
JdbcMessageHandler
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.