public abstract class AbstractInsertSqlGenerate extends Object implements InsertSqlGenerate
| 构造器和说明 |
|---|
AbstractInsertSqlGenerate() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getInsertByQuerySql(org.apache.ibatis.session.Configuration configuration,
MybatisParamHolder mybatisParamHolder,
Table table,
EzQuery<?> query) |
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
|
static String |
getTableName(org.apache.ibatis.session.Configuration configuration,
MybatisParamHolder mybatisParamHolder,
Table table,
Object model) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBatchInsertSqlpublic static String getTableName(org.apache.ibatis.session.Configuration configuration, MybatisParamHolder mybatisParamHolder, Table table, Object model)
public 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 在接口中 InsertSqlGeneratepublic String getInsertByQuerySql(org.apache.ibatis.session.Configuration configuration, MybatisParamHolder mybatisParamHolder, Table table, EzQuery<?> query)
getInsertByQuerySql 在接口中 InsertSqlGenerateCopyright © 2024. All Rights Reserved.