Uses of Interface
io.quarkus.mongodb.reactive.ReactiveMongoCollection
Packages that use ReactiveMongoCollection
-
Uses of ReactiveMongoCollection in io.quarkus.mongodb.impl
Classes in io.quarkus.mongodb.impl that implement ReactiveMongoCollectionMethods in io.quarkus.mongodb.impl that return ReactiveMongoCollectionModifier and TypeMethodDescriptionReactiveMongoCollection
<org.bson.Document> ReactiveMongoDatabaseImpl.getCollection
(String collectionName) <T> ReactiveMongoCollection
<T> ReactiveMongoDatabaseImpl.getCollection
(String collectionName, Class<T> clazz) <NewTDocument>
ReactiveMongoCollection<NewTDocument> ReactiveMongoCollectionImpl.withDocumentClass
(Class<NewTDocument> clazz) -
Uses of ReactiveMongoCollection in io.quarkus.mongodb.reactive
Methods in io.quarkus.mongodb.reactive that return ReactiveMongoCollectionModifier and TypeMethodDescriptionReactiveMongoCollection
<org.bson.Document> ReactiveMongoDatabase.getCollection
(String collectionName) Gets a collection.<T> ReactiveMongoCollection
<T> ReactiveMongoDatabase.getCollection
(String collectionName, Class<T> clazz) Gets a collection, with a specific default document class.<NewTDocument>
ReactiveMongoCollection<NewTDocument> ReactiveMongoCollection.withDocumentClass
(Class<NewTDocument> clazz) Create a new ReactiveMongoCollection instance with a different default class to cast any documents returned from the database into..ReactiveMongoCollection.withReadPreference
(com.mongodb.ReadPreference readPreference) Create a new ReactiveMongoCollection instance with a different read preference.