Example usage for org.springframework.integration.jpa.support.parametersource ParameterSourceFactory interface-usage

List of usage examples for org.springframework.integration.jpa.support.parametersource ParameterSourceFactory interface-usage

Introduction

In this page you can find the example usage for org.springframework.integration.jpa.support.parametersource ParameterSourceFactory interface-usage.

Usage

From source file org.springframework.integration.jpa.support.parametersource.ExpressionEvaluatingParameterSourceFactory.java

/**
 * A SpEL expression based {@link ParameterSourceFactory} implementation.
 *
 * @author Gunnar Hillert
 * @author Gary Russell
 * @author Artem Bilan