public class BaseDeleteProvider extends MapperTemplate
entityClassMap, mapperBuilder, mapperClass, methodMap| Constructor and Description |
|---|
BaseDeleteProvider(Class<?> mapperClass,
MapperBuilder mapperBuilder) |
| 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, getEntityClass, getIdentity, getIDENTITY, getSeqNextVal, getUUID, isBEFORE, isCheckEntityClass, isNotEmpty, setResultType, setSqlSource, setSqlSource, supportMethod, tableNamepublic BaseDeleteProvider(Class<?> mapperClass, MapperBuilder mapperBuilder)
public String delete(org.apache.ibatis.mapping.MappedStatement ms)
ms - MappedStatementpublic String deleteByPrimaryKey(org.apache.ibatis.mapping.MappedStatement ms)
ms - MappedStatementCopyright © 2020. All rights reserved.