All Classes and Interfaces
Class
Description
The Abstract Parser for the JPA Outbound Gateways.
Class similar to JPA template limited to the operations required for the JPA adapters/gateway
not using JpaTemplate as the class is deprecated since Spring 3.1.
A SpEL expression based
ParameterSourceFactory
implementation.Factory class for JPA components.
The base
MessageHandlerSpec
for JPA Outbound endpoints.Executes Jpa Operations that produce payload objects from the result of the provided:
entityClass
JpQl Select Query
Sql Native Query
JpQl Named Query
Sql Native Named Query
.
The JPA Inbound Channel adapter parser.
A
MessageSourceSpec
for a JpaPollingChannelAdapter
.The namespace handler for the JPA namespace.
An Exception that would be thrown if any of the Operations from
JpaOperations
fails.The Interface containing all the JpaOperations those will be executed by
the Jpa Spring Integration components.
The parser for JPA outbound channel adapter.
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.The
JpaOutboundGatewayFactoryBean
creates instances of the
JpaOutboundGateway
.Abstraction of Jpa parameters allowing to provide static parameters
and SpEl Expression based parameters.
Contains various utility methods for parsing JPA Adapter specific namespace
elements and generation the respective
BeanDefinition
s.Polling message source that produces messages from the result of the provided:
entityClass
JpQl Select Query
Sql Native Query
JpQl Named Query
Sql Native Named Query
.
A
JpaBaseOutboundEndpointSpec
extension for the
JpaOutboundGateway
with
OutboundGatewayType.RETRIEVING
mode.This Utility contains a sub-set of utility methods from the Spring Data JPA Project.
Indicates the mode of operation for the outbound Jpa Gateway.
Indicates how entities shall be persisted to the underlying persistence store.
The Parser for the Retrieving Jpa Outbound Gateway.
The Parser for Updating JPA Outbound Gateway.