public interface UpdateSqlGenerate
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBatchUpdateSql(org.apache.ibatis.session.Configuration configuration,
MybatisParamHolder mybatisParamHolder,
Table table,
Collection<Object> models,
boolean isReplace) |
EzJdbcBatchSql |
getJdbcBatchUpdateSql(org.apache.ibatis.session.Configuration configuration,
Table table,
Collection<?> models,
Collection<String> updateFields,
boolean isReplace)
获取jdbc批量更新sql
|
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) |
String |
getUpdateSql(org.apache.ibatis.session.Configuration configuration,
MybatisParamHolder mybatisParamHolder,
Table table,
Object entity,
boolean isReplace) |
String getUpdateSql(org.apache.ibatis.session.Configuration configuration, MybatisParamHolder mybatisParamHolder, Table table, Object entity, boolean isReplace)
String getBatchUpdateSql(org.apache.ibatis.session.Configuration configuration, MybatisParamHolder mybatisParamHolder, Table table, Collection<Object> models, boolean isReplace)
String getUpdateSql(org.apache.ibatis.session.Configuration configuration, MybatisParamHolder mybatisParamHolder, EzUpdate update)
String getUpdateSql(org.apache.ibatis.session.Configuration configuration, MybatisParamHolder mybatisParamHolder, Collection<EzUpdate> updates)
EzJdbcBatchSql getJdbcBatchUpdateSql(org.apache.ibatis.session.Configuration configuration, Table table, Collection<?> models, Collection<String> updateFields, boolean isReplace)
Copyright © 2024. All Rights Reserved.