public class BeanSqlParameterSource extends Object implements SqlParameterSource, ParameterDisposer
| 构造器和说明 |
|---|
BeanSqlParameterSource(Object dataBean) |
public BeanSqlParameterSource(Object dataBean)
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 在接口中 ParameterDisposerCopyright © 2020. All rights reserved.