Uses of Interface
org.springframework.integration.jpa.support.parametersource.ParameterSource
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 ParameterSource in org.springframework.integration.jpa.core
Modifier and TypeMethodDescriptionprotected List<?>
JpaExecutor.doPoll
(ParameterSource jpaQLParameterSource, int firstResult, int maxNumberOfResults) int
DefaultJpaOperations.executeUpdate
(String updateQuery, ParameterSource source) int
JpaOperations.executeUpdate
(String updateQuery, ParameterSource source) Executes the given update statement and uses the given parameter source to set the required query parameters.int
DefaultJpaOperations.executeUpdateWithNamedQuery
(String updateQuery, ParameterSource source) int
JpaOperations.executeUpdateWithNamedQuery
(String updateQuery, ParameterSource source) int
DefaultJpaOperations.executeUpdateWithNativeQuery
(String updateQuery, ParameterSource source) int
JpaOperations.executeUpdateWithNativeQuery
(String updateQuery, ParameterSource source) List<?>
DefaultJpaOperations.getResultListForNamedQuery
(String selectNamedQuery, ParameterSource parameterSource, int firstResult, int maxNumberOfResults) List<?>
JpaOperations.getResultListForNamedQuery
(String selectNamedQuery, ParameterSource jpaQLParameterSource, int firstResult, int maxNumberOfResults) List<?>
DefaultJpaOperations.getResultListForNativeQuery
(String selectQuery, Class<?> entityClass, ParameterSource parameterSource, int firstResult, int maxNumberOfResults) List<?>
JpaOperations.getResultListForNativeQuery
(String selectQuery, Class<?> entityClass, ParameterSource jpaQLParameterSource, int firstResult, int maxNumberOfResults) List<?>
DefaultJpaOperations.getResultListForQuery
(String query, ParameterSource source) List<?>
DefaultJpaOperations.getResultListForQuery
(String queryString, ParameterSource source, int firstResult, int maxNumberOfResults) List<?>
JpaOperations.getResultListForQuery
(String query, ParameterSource source) Execute the provided query to return a list of results.List<?>
JpaOperations.getResultListForQuery
(String query, ParameterSource source, int firstResult, int maxNumberOfResults) Executes the provided query to return a list of results.DefaultJpaOperations.getSingleResultForQuery
(String queryString, ParameterSource source) JpaOperations.getSingleResultForQuery
(String query, ParameterSource source) Execute the provided query to return a single element.void
JpaExecutor.setParameterSource
(ParameterSource parameterSource) Specify theParameterSource
that would be used to provide additional parameters. -
Uses of ParameterSource in org.springframework.integration.jpa.dsl
Modifier and TypeMethodDescriptionJpaInboundChannelAdapterSpec.parameterSource
(ParameterSource parameterSource) Specify aParameterSource
that would be used to provide additional parameters. -
Uses of ParameterSource in org.springframework.integration.jpa.support.parametersource
Modifier and TypeClassDescriptionclass
protected class
Modifier and TypeMethodDescriptionBeanPropertyParameterSourceFactory.createParameterSource
(Object input) ParameterSourceFactory.createParameterSource
(Object input) Return a newParameterSource
.