public class BaseDeleteProvider extends MapperTemplate
entityClassMap, mapperClass, mapperHelper, methodMap| Constructor and Description |
|---|
BaseDeleteProvider(Class<?> mapperClass,
MapperHelper mapperHelper) |
| Modifier and Type | Method and Description |
|---|---|
String |
delete(org.apache.ibatis.mapping.MappedStatement ms)
通过条件删除
|
String |
deleteByPrimaryKey(org.apache.ibatis.mapping.MappedStatement ms)
通过主键删除
|
addMethodMap, createSqlSource, dynamicSQL, getConfig, getEntityClass, getIDENTITY, getIDENTITY, isBEFORE, isCheckExampleEntityClass, isNotEmpty, setResultType, setSqlSource, setSqlSource, supportMethod, tableNamepublic BaseDeleteProvider(Class<?> mapperClass, MapperHelper mapperHelper)
Copyright © 2018. All rights reserved.