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