Spring Integration

Package org.springframework.integration.jpa.core

Provides core classes of the JPA module.

See:
          Description

Interface Summary
JpaOperations The Interface containing all the JpaOperations those will be executed by the Jpa Spring Integration components.
 

Class Summary
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
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.
 

Exception Summary
JpaOperationFailedException An Exception that would be thrown if any of the Operations from JpaOperations fails
 

Package org.springframework.integration.jpa.core Description

Provides core classes of the JPA module.


Spring Integration