public class IdsProvider extends MapperTemplate
entityClassMap, mapperBuilder, mapperClass, methodMap| Constructor and Description |
|---|
IdsProvider(Class<?> mapperClass,
MapperBuilder mapperBuilder) |
| Modifier and Type | Method and Description |
|---|---|
String |
deleteByIds(org.apache.ibatis.mapping.MappedStatement ms)
根据主键字符串进行删除,类中只有存在一个带有@Id注解的字段
|
String |
selectByIds(org.apache.ibatis.mapping.MappedStatement ms)
根据主键字符串进行查询,类中只有存在一个带有@Id注解的字段
|
addMethodMap, createSqlSource, dynamicSQL, getEntityClass, getIdentity, getIDENTITY, getSeqNextVal, getUUID, isBEFORE, isCheckEntityClass, isNotEmpty, setResultType, setSqlSource, setSqlSource, supportMethod, tableNamepublic IdsProvider(Class<?> mapperClass, MapperBuilder mapperBuilder)
public String deleteByIds(org.apache.ibatis.mapping.MappedStatement ms)
ms - MappedStatementpublic String selectByIds(org.apache.ibatis.mapping.MappedStatement ms)
ms - MappedStatementCopyright © 2020. All rights reserved.