Uses of Interface
org.springframework.integration.jpa.core.JpaOperations
Packages that use 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
Classes in org.springframework.integration.jpa.core that implement JpaOperationsModifier and TypeClassDescriptionclassClass 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.Constructors in org.springframework.integration.jpa.core with parameters of type JpaOperationsModifierConstructorDescriptionJpaExecutor(JpaOperations jpaOperations) If custom behavior is required a custom implementation ofJpaOperationscan be passed in. -
Uses of JpaOperations in org.springframework.integration.jpa.dsl
Methods in org.springframework.integration.jpa.dsl with parameters of type JpaOperationsModifier and TypeMethodDescriptionstatic JpaInboundChannelAdapterSpecJpa.inboundAdapter(JpaOperations jpaOperations) Create aJpaInboundChannelAdapterSpecbuilder instance based on the providedJpaOperations.Jpa.outboundAdapter(JpaOperations jpaOperations) Create aJpaUpdatingOutboundEndpointSpecbuilder instance for one-way adapter based on the providedJpaOperations.Jpa.retrievingGateway(JpaOperations jpaOperations) Create aJpaRetrievingOutboundGatewaySpecbuilder instance for request-reply gateway based on the providedJpaOperations.Jpa.updatingGateway(JpaOperations jpaOperations) Create aJpaUpdatingOutboundEndpointSpecbuilder instance for request-reply gateway based on the providedJpaOperations.