Class EscapingParameterSource

java.lang.Object
org.springframework.data.jdbc.repository.query.EscapingParameterSource
All Implemented Interfaces:
SqlParameterSource

public class EscapingParameterSource extends Object implements SqlParameterSource
This SqlParameterSource will apply escaping to its values.
Since:
3.2
Author:
Jens Schauder