public abstract class AbstractUpdateSqlGenerate extends Object implements UpdateSqlGenerate
| 构造器和说明 |
|---|
AbstractUpdateSqlGenerate() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBatchUpdateSql(org.apache.ibatis.session.Configuration configuration,
MybatisParamHolder mybatisParamHolder,
Table table,
Collection<Object> entitys,
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,
Table table,
Object entity,
boolean isReplace) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUpdateSql, getUpdateSqlpublic String getUpdateSql(org.apache.ibatis.session.Configuration configuration, MybatisParamHolder mybatisParamHolder, Table table, Object entity, boolean isReplace)
getUpdateSql 在接口中 UpdateSqlGeneratepublic String getBatchUpdateSql(org.apache.ibatis.session.Configuration configuration, MybatisParamHolder mybatisParamHolder, Table table, Collection<Object> entitys, boolean isReplace)
getBatchUpdateSql 在接口中 UpdateSqlGeneratepublic EzJdbcBatchSql getJdbcBatchUpdateSql(org.apache.ibatis.session.Configuration configuration, Table table, Collection<?> models, Collection<String> updateFields, boolean isReplace)
UpdateSqlGenerategetJdbcBatchUpdateSql 在接口中 UpdateSqlGenerateCopyright © 2024. All Rights Reserved.