Uses of Interface
org.springframework.integration.jpa.support.parametersource.ParameterSourceFactory
Packages that use ParameterSourceFactory
Package
Description
Provides core classes of the JPA module.
Provides JPA Components support for Java DSL.
Provides generic support for ParameterSources and ParameterSource Factories.
-
Uses of ParameterSourceFactory in org.springframework.integration.jpa.core
Methods in org.springframework.integration.jpa.core with parameters of type ParameterSourceFactoryModifier and TypeMethodDescriptionvoid
JpaExecutor.setParameterSourceFactory
(ParameterSourceFactory parameterSourceFactory) -
Uses of ParameterSourceFactory in org.springframework.integration.jpa.dsl
Methods in org.springframework.integration.jpa.dsl with parameters of type ParameterSourceFactoryModifier and TypeMethodDescriptionJpaBaseOutboundEndpointSpec.parameterSourceFactory
(ParameterSourceFactory parameterSourceFactory) Specify aParameterSourceFactory
to populate query parameters at runtime against request message. -
Uses of ParameterSourceFactory in org.springframework.integration.jpa.support.parametersource
Classes in org.springframework.integration.jpa.support.parametersource that implement ParameterSourceFactoryModifier and TypeClassDescriptionclass
class
A SpEL expression basedParameterSourceFactory
implementation.