| Package | Description |
|---|---|
| io.quarkus.mongodb | |
| io.quarkus.mongodb.impl |
| Modifier and Type | Method and Description |
|---|---|
ReactiveMongoCollection<org.bson.Document> |
ReactiveMongoDatabase.getCollection(String collectionName)
Deprecated.
Gets a collection.
|
<T> ReactiveMongoCollection<T> |
ReactiveMongoDatabase.getCollection(String collectionName,
Class<T> clazz)
Deprecated.
Gets a collection, with a specific default document class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AxleReactiveMongoCollectionImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
ReactiveMongoCollection<org.bson.Document> |
AxleReactiveMongoDatabaseImpl.getCollection(String collectionName) |
<T> ReactiveMongoCollection<T> |
AxleReactiveMongoDatabaseImpl.getCollection(String collectionName,
Class<T> clazz) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.