public class OracleInsertSqlGenerate extends AbstractInsertSqlGenerate
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBatchInsertSql(org.apache.ibatis.session.Configuration configuration,
MybatisParamHolder mybatisParamHolder,
Table table,
Collection<Object> models) |
static OracleInsertSqlGenerate |
getInstance() |
getInsertSql, getJdbcBatchInsertSqlpublic static OracleInsertSqlGenerate getInstance()
public String getBatchInsertSql(org.apache.ibatis.session.Configuration configuration, MybatisParamHolder mybatisParamHolder, Table table, Collection<Object> models)
Copyright © 2023. All Rights Reserved.