public class InsertListProvider extends MapperTemplate
entityClassMap, mapperBuilder, mapperClass, methodMap| Constructor and Description |
|---|
InsertListProvider(Class<?> mapperClass,
MapperBuilder mapperBuilder) |
| Modifier and Type | Method and Description |
|---|---|
String |
insertList(org.apache.ibatis.mapping.MappedStatement ms)
批量插入
|
String |
insertListNoId(org.apache.ibatis.mapping.MappedStatement ms)
批量插入
|
String |
insertUseGeneratedKey(org.apache.ibatis.mapping.MappedStatement ms)
插入,主键id,自增
|
addMethodMap, createSqlSource, dynamicSQL, getEntityClass, getIdentity, getIDENTITY, getSeqNextVal, getUUID, isBEFORE, isCheckEntityClass, isNotEmpty, setResultType, setSqlSource, setSqlSource, supportMethod, tableNamepublic InsertListProvider(Class<?> mapperClass, MapperBuilder mapperBuilder)
public String insertList(org.apache.ibatis.mapping.MappedStatement ms)
ms - MappedStatementpublic String insertListNoId(org.apache.ibatis.mapping.MappedStatement ms)
ms - MappedStatementpublic String insertUseGeneratedKey(org.apache.ibatis.mapping.MappedStatement ms)
ms - MappedStatementCopyright © 2019. All rights reserved.