Package org.springframework.integration.jpa.outbound
Provides Spring Integration components for doing outbound operations.
-
Class Summary Class Description 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 selectedOutboundGatewayType
, the outbound gateway will use either theJpaExecutor
's poll method or its executeOutboundJpaOperation method.JpaOutboundGatewayFactoryBean TheJpaOutboundGatewayFactoryBean
creates instances of theJpaOutboundGateway
.