Uses of Interface
org.springframework.integration.jpa.support.parametersource.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
Modifier and TypeMethodDescriptionvoid
JpaExecutor.setParameterSourceFactory
(ParameterSourceFactory parameterSourceFactory) -
Uses of ParameterSourceFactory in org.springframework.integration.jpa.dsl
Modifier 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
Modifier and TypeClassDescriptionclass
class
A SpEL expression basedParameterSourceFactory
implementation.