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