public class MapSqlParameterSource extends Object implements SqlParameterSource, ParameterDisposer
| 构造器和说明 |
|---|
MapSqlParameterSource(Map<String,?> values) |
public boolean hasValue(String paramName)
SqlParameterSourcehasValue 在接口中 SqlParameterSourceparamName - the name of the parameterpublic Object getValue(String paramName) throws IllegalArgumentException
SqlParameterSourcegetValue 在接口中 SqlParameterSourceparamName - the name of the parameterIllegalArgumentException - if there is no value for the requested parameterpublic void cleanupParameters()
ParameterDisposercleanupParameters 在接口中 ParameterDisposer