public class BaseSelectProvider extends MapperTemplate
entityClassMap, mapperClass, mapperHelper, methodMap| 构造器和说明 |
|---|
BaseSelectProvider(Class<?> mapperClass,
MapperHelper mapperHelper) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
existsWithPrimaryKey(org.apache.ibatis.mapping.MappedStatement ms)
根据主键查询总数
|
String |
select(org.apache.ibatis.mapping.MappedStatement ms)
查询
|
String |
selectAll(org.apache.ibatis.mapping.MappedStatement ms)
查询全部结果
|
String |
selectByPrimaryKey(org.apache.ibatis.mapping.MappedStatement ms)
根据主键进行查询
|
String |
selectByRowBounds(org.apache.ibatis.mapping.MappedStatement ms)
查询
|
String |
selectCount(org.apache.ibatis.mapping.MappedStatement ms)
查询总数
|
String |
selectOne(org.apache.ibatis.mapping.MappedStatement ms)
查询
|
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 BaseSelectProvider(Class<?> mapperClass, MapperHelper mapperHelper)
public String selectOne(org.apache.ibatis.mapping.MappedStatement ms)
ms - public String select(org.apache.ibatis.mapping.MappedStatement ms)
ms - public String selectByRowBounds(org.apache.ibatis.mapping.MappedStatement ms)
ms - public String selectByPrimaryKey(org.apache.ibatis.mapping.MappedStatement ms)
ms - public String selectCount(org.apache.ibatis.mapping.MappedStatement ms)
ms - public String existsWithPrimaryKey(org.apache.ibatis.mapping.MappedStatement ms)
ms - public String selectAll(org.apache.ibatis.mapping.MappedStatement ms)
ms - Copyright © 2017. All rights reserved.