public class ConditionProvider extends MapperTemplate
entityClassMap, mapperClass, mapperHelper, methodMap| 构造器和说明 |
|---|
ConditionProvider(Class<?> mapperClass,
MapperHelper mapperHelper) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
deleteByCondition(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 |
selectCountByCondition(org.apache.ibatis.mapping.MappedStatement ms)
根据Condition查询总数
|
String |
updateByCondition(org.apache.ibatis.mapping.MappedStatement ms)
根据Condition更新
|
String |
updateByConditionSelective(org.apache.ibatis.mapping.MappedStatement ms)
根据Example更新非null字段
|
addMethodMap, createSqlSource, dynamicSQL, ExampleValidSqlNode, exampleWhereClause, getAllIfColumnNode, getColumnEqualsProperty, getColumnParameterMappings, getDynamicTableNameNode, getDynamicTableNameNode, getEntityClass, getIDENTITY, getIDENTITY, getIfCacheIsNull, getIfCacheNotNull, getIfIsNull, getIfNotNull, getIfNotNull, getMapperClass, getMethodName, getMethodName, getPrimaryKeyParameterMappings, getSeqNextVal, getUUID, isBEFORE, isCheckExampleEntityClass, isNotEmpty, newSelectKeyMappedStatement, setResultType, setSqlSource, setSqlSource, supportMethod, tableName, updateByExampleWhereClausepublic ConditionProvider(Class<?> mapperClass, MapperHelper mapperHelper)
public String selectCountByCondition(org.apache.ibatis.mapping.MappedStatement ms)
ms - public String deleteByCondition(org.apache.ibatis.mapping.MappedStatement ms)
ms - public String selectByCondition(org.apache.ibatis.mapping.MappedStatement ms)
ms - public String selectByConditionAndRowBounds(org.apache.ibatis.mapping.MappedStatement ms)
ms - public String updateByConditionSelective(org.apache.ibatis.mapping.MappedStatement ms)
ms - public String updateByCondition(org.apache.ibatis.mapping.MappedStatement ms)
ms - Copyright © 2017. All rights reserved.