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