Uses of Interface
org.springframework.integration.jpa.core.JpaOperations
Package
Description
Provides core classes of the JPA module.
Provides JPA Components support for Java DSL.
-
Uses of JpaOperations in org.springframework.integration.jpa.core
Modifier and TypeClassDescriptionclass
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.ModifierConstructorDescriptionJpaExecutor
(JpaOperations jpaOperations) If custom behavior is required a custom implementation ofJpaOperations
can be passed in. -
Uses of JpaOperations in org.springframework.integration.jpa.dsl
Modifier and TypeMethodDescriptionstatic JpaInboundChannelAdapterSpec
Jpa.inboundAdapter
(JpaOperations jpaOperations) Create aJpaInboundChannelAdapterSpec
builder instance based on the providedJpaOperations
.Jpa.outboundAdapter
(JpaOperations jpaOperations) Create aJpaUpdatingOutboundEndpointSpec
builder instance for one-way adapter based on the providedJpaOperations
.Jpa.retrievingGateway
(JpaOperations jpaOperations) Create aJpaRetrievingOutboundGatewaySpec
builder instance for request-reply gateway based on the providedJpaOperations
.Jpa.updatingGateway
(JpaOperations jpaOperations) Create aJpaUpdatingOutboundEndpointSpec
builder instance for request-reply gateway based on the providedJpaOperations
.