public class MySqlUpdateSqlGenerate extends AbstractUpdateSqlGenerate
| 限定符和类型 | 方法和说明 |
|---|---|
static MySqlUpdateSqlGenerate |
getInstance() |
String |
getUpdateSql(org.apache.ibatis.session.Configuration configuration,
MybatisParamHolder mybatisParamHolder,
Collection<EzUpdate> updates) |
String |
getUpdateSql(org.apache.ibatis.session.Configuration configuration,
MybatisParamHolder mybatisParamHolder,
EzUpdate update) |
getBatchUpdateSql, getJdbcBatchUpdateSql, getUpdateSqlpublic static MySqlUpdateSqlGenerate getInstance()
public String getUpdateSql(org.apache.ibatis.session.Configuration configuration, MybatisParamHolder mybatisParamHolder, EzUpdate update)
public String getUpdateSql(org.apache.ibatis.session.Configuration configuration, MybatisParamHolder mybatisParamHolder, Collection<EzUpdate> updates)
Copyright © 2024. All Rights Reserved.