|
Spring Integration | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 . |
Provides Spring Integration components for doing outbound operations.
|
Spring Integration | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |