Spring Integration

Package org.springframework.integration.jpa.outbound

Provides Spring Integration components for doing outbound operations.

See:
          Description

Class Summary
JpaOutboundGateway The Jpa Outbound Gateway will allow you to make outbound operations to either: submit (insert, delete) data to a database using JPA retrieve (select) data from a database Depending on the selected OutboundGatewayType, the outbound gateway will use either the JpaExecutor's poll method or its executeOutboundJpaOperation method.
JpaOutboundGatewayFactoryBean The JpaOutboundGatewayFactoryBean creates instances of the JpaOutboundGateway.
 

Package org.springframework.integration.jpa.outbound Description

Provides Spring Integration components for doing outbound operations.


Spring Integration