All Classes
| Class | Description |
|---|---|
| AbstractJpaOutboundGatewayParser |
The Abstract Parser for the JPA Outbound Gateways.
|
| BeanPropertyParameterSource | |
| BeanPropertyParameterSourceFactory | |
| DefaultJpaOperations |
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.
|
| ExpressionEvaluatingParameterSourceFactory |
A SpEL expression based
ParameterSourceFactory implementation. |
| Jpa |
Factory class for JPA components.
|
| JpaBaseOutboundEndpointSpec<S extends JpaBaseOutboundEndpointSpec<S>> |
The base
MessageHandlerSpec for JPA Outbound endpoints. |
| JpaExecutor |
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
When objects are being retrieved, it also possibly to:
delete the retrieved object
If neither entityClass nor any other query is specified then the entity-class
is "guessed" from the
Message payload.idExpression |
| JpaInboundChannelAdapterParser |
The JPA Inbound Channel adapter parser
|
| JpaInboundChannelAdapterSpec |
A
MessageSourceSpec for a JpaPollingChannelAdapter. |
| JpaNamespaceHandler |
The namespace handler for the JPA namespace
|
| JpaOperationFailedException |
An Exception that would be thrown if any of the Operations from
JpaOperations fails |
| JpaOperations |
The Interface containing all the JpaOperations those will be executed by
the Jpa Spring Integration components.
|
| JpaOutboundChannelAdapterParser |
The parser for JPA outbound channel adapter
|
| 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. |
| JpaParameter |
Abstraction of Jpa parameters allowing to provide static parameters
and SpEl Expression based parameters.
|
| JpaParserUtils |
Contains various utility methods for parsing JPA Adapter specific namespace
elements and generation the respective
BeanDefinitions. |
| JpaPollingChannelAdapter |
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
After the objects have been polled, it also possibly to either:
executes an update after the select possibly to updated the state of selected records
executes an update (per retrieved object or for the entire payload)
delete the retrieved object
|
| JpaRetrievingOutboundGatewaySpec |
A
JpaBaseOutboundEndpointSpec extension for the
JpaOutboundGateway with
OutboundGatewayType.RETRIEVING mode. |
| JpaUpdatingOutboundEndpointSpec | |
| JpaUtils |
This Utility contains a sub-set of utility methods from the Spring Data JPA Project.
|
| OutboundGatewayType |
Indicates the mode of operation for the outbound Jpa Gateway.
|
| ParameterSource | |
| ParameterSourceFactory | |
| PersistMode |
Indicates how entities shall be persisted to the underlying persistence store.
|
| PositionSupportingParameterSource | |
| RetrievingJpaOutboundGatewayParser |
The Parser for the Retrieving Jpa Outbound Gateway.
|
| UpdatingJpaOutboundGatewayParser |
The Parser for Updating JPA Outbound Gateway.
|