public interface ChainInjectAggregate
| 限定符和类型 | 方法和说明 |
|---|---|
List<Map<String,Object>> |
list(com.mongodb.client.ClientSession clientSession,
String collectionName) |
<E> List<E> |
list(com.mongodb.client.ClientSession clientSession,
String collectionName,
Class<E> clazz) |
List<Map<String,Object>> |
list(String collectionName)
获取列表 返回Map
|
<E> List<E> |
list(String collectionName,
Class<E> clazz) |
Copyright © 2023. All rights reserved.