Class EmptySqlParameterSource

java.lang.Object
org.springframework.jdbc.core.namedparam.EmptySqlParameterSource
All Implemented Interfaces:
SqlParameterSource

public class EmptySqlParameterSource extends Object implements SqlParameterSource
A simple empty implementation of the SqlParameterSource interface.
Since:
3.2.2
Author:
Juergen Hoeller