Package | Description |
---|---|
org.springframework.integration.jpa.core |
Provides core classes of the JPA module.
|
org.springframework.integration.jpa.inbound |
Provides inbound Spring Integration Jpa components.
|
org.springframework.integration.jpa.outbound |
Provides Spring Integration components for doing outbound operations.
|
Class and Description |
---|
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.
|
Class and Description |
---|
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. |
Class and Description |
---|
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. |
Copyright © 2016. All rights reserved.