public final class CountMethodUtil extends Object
| 构造器和说明 |
|---|
CountMethodUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
count(BasicMapper basicMapper,
TableInfo tableInfo,
Consumer<Where> consumer) |
static int |
count(BasicMapper basicMapper,
TableInfo tableInfo,
Where where) |
static int |
countAll(BasicMapper basicMapper,
TableInfo tableInfo) |
public static int count(BasicMapper basicMapper, TableInfo tableInfo, Consumer<Where> consumer)
public static int count(BasicMapper basicMapper, TableInfo tableInfo, Where where)
public static int countAll(BasicMapper basicMapper, TableInfo tableInfo)
Copyright © 2025. All rights reserved.