Uses of Class
org.springframework.integration.jpa.core.JpaExecutor
Packages that use JpaExecutor
Package
Description
Provides JPA Components support for Java DSL.
Provides inbound Spring Integration Jpa components.
Provides Spring Integration components for doing outbound operations.
-
Uses of JpaExecutor in org.springframework.integration.jpa.dsl
Fields in org.springframework.integration.jpa.dsl declared as JpaExecutorModifier and TypeFieldDescriptionprotected final JpaExecutorJpaBaseOutboundEndpointSpec.jpaExecutorprotected final JpaExecutorJpaInboundChannelAdapterSpec.jpaExecutorConstructors in org.springframework.integration.jpa.dsl with parameters of type JpaExecutorModifierConstructorDescriptionprotectedJpaBaseOutboundEndpointSpec(JpaExecutor jpaExecutor) protectedJpaInboundChannelAdapterSpec(JpaExecutor jpaExecutor) protectedJpaRetrievingOutboundGatewaySpec(JpaExecutor jpaExecutor) protectedJpaUpdatingOutboundEndpointSpec(JpaExecutor jpaExecutor) -
Uses of JpaExecutor in org.springframework.integration.jpa.inbound
Constructors in org.springframework.integration.jpa.inbound with parameters of type JpaExecutorModifierConstructorDescriptionJpaPollingChannelAdapter(JpaExecutor jpaExecutor) Constructor taking aJpaExecutorthat provide all required JPA functionality. -
Uses of JpaExecutor in org.springframework.integration.jpa.outbound
Methods in org.springframework.integration.jpa.outbound with parameters of type JpaExecutorModifier and TypeMethodDescriptionvoidJpaOutboundGatewayFactoryBean.setJpaExecutor(JpaExecutor jpaExecutor) Constructors in org.springframework.integration.jpa.outbound with parameters of type JpaExecutorModifierConstructorDescriptionJpaOutboundGateway(JpaExecutor jpaExecutor) Constructor taking anJpaExecutorthat wraps all JPA Operations.