Package tk.mybatis.mapper.provider.base
Class BaseSelectProvider
java.lang.Object
tk.mybatis.mapper.mapperhelper.MapperTemplate
tk.mybatis.mapper.provider.base.BaseSelectProvider
BaseSelectProvider实现类,基础方法实现类
- Author:
- liuzh
-
Field Summary
Fields inherited from class tk.mybatis.mapper.mapperhelper.MapperTemplate
entityClassMap, mapperClass, mapperHelper, methodMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexistsWithPrimaryKey(org.apache.ibatis.mapping.MappedStatement ms) 根据主键查询总数select(org.apache.ibatis.mapping.MappedStatement ms) 查询selectAll(org.apache.ibatis.mapping.MappedStatement ms) 查询全部结果selectByPrimaryKey(org.apache.ibatis.mapping.MappedStatement ms) 根据主键进行查询selectByRowBounds(org.apache.ibatis.mapping.MappedStatement ms) 查询selectCount(org.apache.ibatis.mapping.MappedStatement ms) 查询总数selectOne(org.apache.ibatis.mapping.MappedStatement ms) 查询Methods inherited from class tk.mybatis.mapper.mapperhelper.MapperTemplate
addMethodMap, createSqlSource, dynamicSQL, getConfig, getEntityClass, getIDENTITY, getIDENTITY, isBEFORE, isCheckExampleEntityClass, isNotEmpty, setResultType, setSqlSource, setSqlSource, supportMethod, tableName
-
Constructor Details
-
BaseSelectProvider
-
-
Method Details
-
selectOne
查询- Parameters:
ms-- Returns:
-
select
查询- Parameters:
ms-- Returns:
-
selectByRowBounds
查询- Parameters:
ms-- Returns:
-
selectByPrimaryKey
根据主键进行查询- Parameters:
ms-
-
selectCount
查询总数- Parameters:
ms-- Returns:
-
existsWithPrimaryKey
根据主键查询总数- Parameters:
ms-- Returns:
-
selectAll
查询全部结果- Parameters:
ms-- Returns:
-