@NonNullApi

Package org.springframework.integration.jpa.core

Provides core classes of the JPA module.
  • Interface Summary 
    Interface Description
    JpaOperations
    The Interface containing all the JpaOperations those will be executed by the Jpa Spring Integration components.
  • Class Summary 
    Class Description
    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 .
  • Exception Summary 
    Exception Description
    JpaOperationFailedException
    An Exception that would be thrown if any of the Operations from JpaOperations fails.