Example usage for org.springframework.integration.jdbc SqlParameterSourceFactory interface-usage

List of usage examples for org.springframework.integration.jdbc SqlParameterSourceFactory interface-usage

Introduction

In this page you can find the example usage for org.springframework.integration.jdbc SqlParameterSourceFactory interface-usage.

Usage

From source file org.springframework.integration.jdbc.ExpressionEvaluatingSqlParameterSourceFactory.java

/**
 * An implementation of {@link SqlParameterSourceFactory} which creates an {@link SqlParameterSource} that evaluates
 * Spring EL expressions. In addition the user can supply static parameters that always take precedence.
 *
 * @author Dave Syer
 * @author Oleg Zhurakousky