Package org.springframework.integration.jpa.outbound
package org.springframework.integration.jpa.outbound
Provides Spring Integration components for doing outbound operations.
-
ClassDescriptionThe 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 theJpaExecutor
's poll method or its executeOutboundJpaOperation method.TheJpaOutboundGatewayFactoryBean
creates instances of theJpaOutboundGateway
.