This interface allows for the specification of SQL type in addition to parameter values. All parameter values and types are identified by specifying the name of the parameter.
Intended to wrap various implementations like a Map or a JavaBean with a consistent interface. @author Thomas Risberg @author Juergen Hoeller @since 2.0 @see NamedParameterJdbcOperations @see NamedParameterJdbcTemplate @see MapSqlParameterSource @see BeanPropertySqlParameterSource
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|