public class ExampleProvider extends MapperTemplate
| 构造器和说明 |
|---|
ExampleProvider(Class<?> mapperClass,
MapperHelper mapperHelper) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.ibatis.scripting.xmltags.SqlNode |
deleteByExample(org.apache.ibatis.mapping.MappedStatement ms)
根据Example删除
|
org.apache.ibatis.scripting.xmltags.SqlNode |
selectByExample(org.apache.ibatis.mapping.MappedStatement ms)
根据Example查询
|
org.apache.ibatis.scripting.xmltags.SqlNode |
selectByExampleAndRowBounds(org.apache.ibatis.mapping.MappedStatement ms)
根据Example查询
|
org.apache.ibatis.scripting.xmltags.SqlNode |
selectCountByExample(org.apache.ibatis.mapping.MappedStatement ms)
根据Example查询总数
|
org.apache.ibatis.scripting.xmltags.SqlNode |
updateByExample(org.apache.ibatis.mapping.MappedStatement ms)
根据Example更新
|
org.apache.ibatis.scripting.xmltags.SqlNode |
updateByExampleSelective(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 ExampleProvider(Class<?> mapperClass, MapperHelper mapperHelper)
public org.apache.ibatis.scripting.xmltags.SqlNode selectCountByExample(org.apache.ibatis.mapping.MappedStatement ms)
ms - public org.apache.ibatis.scripting.xmltags.SqlNode deleteByExample(org.apache.ibatis.mapping.MappedStatement ms)
ms - public org.apache.ibatis.scripting.xmltags.SqlNode selectByExample(org.apache.ibatis.mapping.MappedStatement ms)
ms - public org.apache.ibatis.scripting.xmltags.SqlNode selectByExampleAndRowBounds(org.apache.ibatis.mapping.MappedStatement ms)
ms - public org.apache.ibatis.scripting.xmltags.SqlNode updateByExampleSelective(org.apache.ibatis.mapping.MappedStatement ms)
ms - public org.apache.ibatis.scripting.xmltags.SqlNode updateByExample(org.apache.ibatis.mapping.MappedStatement ms)
ms - Copyright © 2015. All rights reserved.