public class ConditionProvider extends MapperTemplate
entityClassMap, mapperBuilder, mapperClass, methodMap| Constructor and Description |
|---|
ConditionProvider(Class<?> mapperClass,
MapperBuilder mapperBuilder) |
| Modifier and Type | Method and Description |
|---|---|
String |
deleteByCondition(org.apache.ibatis.mapping.MappedStatement ms)
根据Condition删除
|
String |
deleteByWhere(org.apache.ibatis.mapping.MappedStatement ms)
根据Condition删除
|
String |
selectByCondition(org.apache.ibatis.mapping.MappedStatement ms)
根据Condition查询
|
String |
selectByConditionAndRowBounds(org.apache.ibatis.mapping.MappedStatement ms)
根据Condition查询
|
String |
selectByWhere(org.apache.ibatis.mapping.MappedStatement ms)
根据Condition查询
|
String |
selectByWhereAndRowBounds(org.apache.ibatis.mapping.MappedStatement ms)
根据Condition查询
|
String |
selectCountByCondition(org.apache.ibatis.mapping.MappedStatement ms)
根据Condition查询总数
|
String |
selectCountByWhere(org.apache.ibatis.mapping.MappedStatement ms)
根据Condition查询总数
|
String |
selectOneByWhere(org.apache.ibatis.mapping.MappedStatement ms)
根据Condition查询一个结果
|
String |
updateByCondition(org.apache.ibatis.mapping.MappedStatement ms)
根据Condition更新
|
String |
updateByConditionSelective(org.apache.ibatis.mapping.MappedStatement ms)
根据Condition更新非null字段
|
String |
updateByWhere(org.apache.ibatis.mapping.MappedStatement ms)
根据Condition更新
|
String |
updateByWhereSelective(org.apache.ibatis.mapping.MappedStatement ms)
根据Condition更新非null字段
|
addMethodMap, createSqlSource, dynamicSQL, getEntityClass, getIdentity, getIDENTITY, getSeqNextVal, getUUID, isBEFORE, isCheckEntityClass, isNotEmpty, setResultType, setSqlSource, setSqlSource, supportMethod, tableNamepublic ConditionProvider(Class<?> mapperClass, MapperBuilder mapperBuilder)
public String selectCountByCondition(org.apache.ibatis.mapping.MappedStatement ms)
ms - MappedStatementpublic String deleteByCondition(org.apache.ibatis.mapping.MappedStatement ms)
ms - MappedStatementpublic String selectByCondition(org.apache.ibatis.mapping.MappedStatement ms)
ms - MappedStatementpublic String selectByConditionAndRowBounds(org.apache.ibatis.mapping.MappedStatement ms)
ms - MappedStatementpublic String updateByConditionSelective(org.apache.ibatis.mapping.MappedStatement ms)
ms - MappedStatementpublic String updateByCondition(org.apache.ibatis.mapping.MappedStatement ms)
ms - MappedStatementpublic String selectCountByWhere(org.apache.ibatis.mapping.MappedStatement ms)
ms - MappedStatementpublic String deleteByWhere(org.apache.ibatis.mapping.MappedStatement ms)
ms - MappedStatementpublic String selectByWhere(org.apache.ibatis.mapping.MappedStatement ms)
ms - MappedStatementpublic String selectByWhereAndRowBounds(org.apache.ibatis.mapping.MappedStatement ms)
ms - MappedStatementpublic String updateByWhereSelective(org.apache.ibatis.mapping.MappedStatement ms)
ms - MappedStatementpublic String updateByWhere(org.apache.ibatis.mapping.MappedStatement ms)
ms - MappedStatementpublic String selectOneByWhere(org.apache.ibatis.mapping.MappedStatement ms)
ms - MappedStatementCopyright © 2019. All rights reserved.