Package org.aoju.bus.pager.proxy
Class CountMappedStatement
java.lang.Object
org.aoju.bus.pager.proxy.CountMappedStatement
创建新的MappedStatement,主要是Count返回值int
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.ibatis.mapping.MappedStatementnewCountMappedStatement(org.apache.ibatis.mapping.MappedStatement ms) 新建count查询的MappedStatementstatic org.apache.ibatis.mapping.MappedStatementnewCountMappedStatement(org.apache.ibatis.mapping.MappedStatement ms, String newMsId) 新建count查询的MappedStatement
-
Field Details
-
COUNT
- See Also:
-
-
Constructor Details
-
CountMappedStatement
public CountMappedStatement()
-
-
Method Details
-
newCountMappedStatement
public static org.apache.ibatis.mapping.MappedStatement newCountMappedStatement(org.apache.ibatis.mapping.MappedStatement ms, String newMsId) 新建count查询的MappedStatement- Parameters:
ms- MappedStatementnewMsId- 标识- Returns:
- the mappedStatement
-
newCountMappedStatement
public static org.apache.ibatis.mapping.MappedStatement newCountMappedStatement(org.apache.ibatis.mapping.MappedStatement ms) 新建count查询的MappedStatement- Parameters:
ms- MappedStatement- Returns:
- mappedStatement
-