public class SqlServerProvider extends MapperTemplate
entityClassMap, mapperBuilder, mapperClass, methodMap| Constructor and Description |
|---|
SqlServerProvider(Class<?> mapperClass,
MapperBuilder mapperBuilder) |
| Modifier and Type | Method and Description |
|---|---|
String |
insert(org.apache.ibatis.mapping.MappedStatement ms)
插入
|
String |
insertSelective(org.apache.ibatis.mapping.MappedStatement ms)
插入不为null的字段
|
addMethodMap, createSqlSource, dynamicSQL, getEntityClass, getIdentity, getIDENTITY, getSeqNextVal, getUUID, isBEFORE, isCheckEntityClass, isNotEmpty, setResultType, setSqlSource, setSqlSource, supportMethod, tableNamepublic SqlServerProvider(Class<?> mapperClass, MapperBuilder mapperBuilder)
public String insert(org.apache.ibatis.mapping.MappedStatement ms)
ms - MappedStatementpublic String insertSelective(org.apache.ibatis.mapping.MappedStatement ms)
ms - MappedStatementCopyright © 2019. All rights reserved.