public class BaseUpdateProvider extends MapperTemplate
entityClassMap, mapperClass, mapperHelper, methodMap| Constructor and Description |
|---|
BaseUpdateProvider(Class<?> mapperClass,
MapperHelper mapperHelper) |
| Modifier and Type | Method and Description |
|---|---|
String |
updateByPrimaryKey(org.apache.ibatis.mapping.MappedStatement ms)
通过主键更新全部字段
|
String |
updateByPrimaryKeySelective(org.apache.ibatis.mapping.MappedStatement ms)
通过主键更新不为null的字段
|
addMethodMap, createSqlSource, dynamicSQL, getConfig, getEntityClass, getIDENTITY, getIDENTITY, isBEFORE, isCheckExampleEntityClass, isNotEmpty, setResultType, setSqlSource, setSqlSource, supportMethod, tableNamepublic BaseUpdateProvider(Class<?> mapperClass, MapperHelper mapperHelper)
Copyright © 2018. All rights reserved.