public abstract class AbstractInsertSqlGenerate extends Object implements InsertSqlGenerate
| 构造器和说明 |
|---|
AbstractInsertSqlGenerate() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getInsertSql(org.apache.ibatis.session.Configuration configuration,
MybatisParamHolder mybatisParamHolder,
Table table,
Object entity) |
EzJdbcBatchSql |
getJdbcBatchInsertSql(org.apache.ibatis.session.Configuration configuration,
Table table,
Collection<?> models)
获取jdbc批量插入sql
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBatchInsertSqlpublic String getInsertSql(org.apache.ibatis.session.Configuration configuration, MybatisParamHolder mybatisParamHolder, Table table, Object entity)
getInsertSql 在接口中 InsertSqlGeneratepublic EzJdbcBatchSql getJdbcBatchInsertSql(org.apache.ibatis.session.Configuration configuration, Table table, Collection<?> models)
InsertSqlGenerategetJdbcBatchInsertSql 在接口中 InsertSqlGenerateCopyright © 2023. All Rights Reserved.