Package org.springframework.integration.jpa.core


@NonNullApi package org.springframework.integration.jpa.core
Provides core classes of the JPA module.
  • Class
    Description
    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.
    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 .
    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.