public class CountMappedStatement extends Object
| Constructor and Description |
|---|
CountMappedStatement() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.ibatis.mapping.MappedStatement |
newCountMappedStatement(org.apache.ibatis.mapping.MappedStatement ms)
新建count查询的MappedStatement
|
static org.apache.ibatis.mapping.MappedStatement |
newCountMappedStatement(org.apache.ibatis.mapping.MappedStatement ms,
String newMsId)
新建count查询的MappedStatement
|
public static final String COUNT
public static org.apache.ibatis.mapping.MappedStatement newCountMappedStatement(org.apache.ibatis.mapping.MappedStatement ms,
String newMsId)
ms - MappedStatementnewMsId - 标识public static org.apache.ibatis.mapping.MappedStatement newCountMappedStatement(org.apache.ibatis.mapping.MappedStatement ms)
ms - MappedStatementCopyright © 2020. All rights reserved.