public class OracleUpdateSqlGenerate extends AbstractUpdateSqlGenerate
| 限定符 | 构造器和说明 |
|---|---|
protected |
OracleUpdateSqlGenerate() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBatchUpdateSql(org.apache.ibatis.session.Configuration configuration,
MybatisParamHolder mybatisParamHolder,
Table table,
Collection<Object> models,
boolean isReplace) |
static OracleUpdateSqlGenerate |
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) |
getJdbcBatchUpdateSql, getUpdateSqlpublic static OracleUpdateSqlGenerate getInstance()
public String getBatchUpdateSql(org.apache.ibatis.session.Configuration configuration, MybatisParamHolder mybatisParamHolder, Table table, Collection<Object> models, boolean isReplace)
getBatchUpdateSql 在接口中 UpdateSqlGenerategetBatchUpdateSql 在类中 AbstractUpdateSqlGeneratepublic 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.