Uses of Interface
io.quarkus.mongodb.panache.reactive.ReactivePanacheQuery
Packages that use ReactivePanacheQuery
-
Uses of ReactivePanacheQuery in io.quarkus.mongodb.panache.reactive
Methods in io.quarkus.mongodb.panache.reactive that return ReactivePanacheQueryModifier and TypeMethodDescriptionstatic <T extends ReactivePanacheMongoEntityBase>
ReactivePanacheQuery<T>ReactivePanacheMongoEntityBase.find(String query, Parameters params) Find entities using a query, with named parameters.static <T extends ReactivePanacheMongoEntityBase>
ReactivePanacheQuery<T>ReactivePanacheMongoEntityBase.find(String query, Sort sort, Parameters params) Find entities using a query and the given sort options, with named parameters.static <T extends ReactivePanacheMongoEntityBase>
ReactivePanacheQuery<T>Find entities using a query and the given sort options, with optional indexed parameters.static <T extends ReactivePanacheMongoEntityBase>
ReactivePanacheQuery<T>Find entities using a query and the given sort options, with named parameters.static <T extends ReactivePanacheMongoEntityBase>
ReactivePanacheQuery<T>Find entities using a query, with optional indexed parameters.static <T extends ReactivePanacheMongoEntityBase>
ReactivePanacheQuery<T>Find entities using a query, with named parameters.static <T extends ReactivePanacheMongoEntityBase>
ReactivePanacheQuery<T>ReactivePanacheMongoEntityBase.find(org.bson.Document query) Find entities using a BSON query.static <T extends ReactivePanacheMongoEntityBase>
ReactivePanacheQuery<T>ReactivePanacheMongoEntityBase.find(org.bson.Document query, org.bson.Document sort) Find entities using a BSON query and a BSON sort.default ReactivePanacheQuery<Entity>ReactivePanacheMongoRepositoryBase.find(String query, Parameters params) Find entities using a query, with named parameters.default ReactivePanacheQuery<Entity>ReactivePanacheMongoRepositoryBase.find(String query, Sort sort, Parameters params) Find entities using a query and the given sort options, with named parameters.default ReactivePanacheQuery<Entity>Find entities using a query and the given sort options, with optional indexed parameters.default ReactivePanacheQuery<Entity>Find entities using a query and the given sort options, with named parameters.default ReactivePanacheQuery<Entity>Find entities using a query, with optional indexed parameters.default ReactivePanacheQuery<Entity>Find entities using a query, with named parameters.default ReactivePanacheQuery<Entity>ReactivePanacheMongoRepositoryBase.find(org.bson.Document query) Find entities using a BSON query.default ReactivePanacheQuery<Entity>ReactivePanacheMongoRepositoryBase.find(org.bson.Document query, org.bson.Document sort) Find entities using a BSON query and a BSON sort.static <T extends ReactivePanacheMongoEntityBase>
ReactivePanacheQuery<T>ReactivePanacheMongoEntityBase.findAll()Find all entities of this type.static <T extends ReactivePanacheMongoEntityBase>
ReactivePanacheQuery<T>Find all entities of this type, in the given order.default ReactivePanacheQuery<Entity>ReactivePanacheMongoRepositoryBase.findAll()Find all entities of this type.default ReactivePanacheQuery<Entity>Find all entities of this type, in the given order.<T extends Entity>
ReactivePanacheQuery<T>ReactivePanacheQuery.firstPage()Sets the current page to the first page<T extends Entity>
ReactivePanacheQuery<T>ReactivePanacheQuery.nextPage()Sets the current page to the next page<T extends Entity>
ReactivePanacheQuery<T>ReactivePanacheQuery.page(int pageIndex, int pageSize) Sets the current page.<T extends Entity>
ReactivePanacheQuery<T>Sets the current page.<T extends Entity>
ReactivePanacheQuery<T>ReactivePanacheQuery.previousPage()Sets the current page to the previous page (or the first page if there is no previous page)<T> ReactivePanacheQuery<T>Defines a projection class: the getters, and the public fields, will be used to restrict which fields should be retrieved from the database.<T extends Entity>
ReactivePanacheQuery<T>ReactivePanacheQuery.range(int startIndex, int lastIndex) Switch the query to use a fixed range (start index - last index) instead of a page.<T extends Entity>
ReactivePanacheQuery<T>ReactivePanacheQuery.withBatchSize(int batchSize) Define the batch size for this query.<T extends Entity>
ReactivePanacheQuery<T>ReactivePanacheQuery.withCollation(com.mongodb.client.model.Collation collation) Define the collation used for this query.<T extends Entity>
ReactivePanacheQuery<T>ReactivePanacheQuery.withReadPreference(com.mongodb.ReadPreference readPreference) Define the read preference used for this query.Methods in io.quarkus.mongodb.panache.reactive that return types with arguments of type ReactivePanacheQueryModifier and TypeMethodDescription<T extends Entity>
io.smallrye.mutiny.Uni<ReactivePanacheQuery<T>>ReactivePanacheQuery.lastPage()Sets the current page to the last page. -
Uses of ReactivePanacheQuery in io.quarkus.mongodb.panache.reactive.runtime
Classes in io.quarkus.mongodb.panache.reactive.runtime that implement ReactivePanacheQueryMethods in io.quarkus.mongodb.panache.reactive.runtime that return ReactivePanacheQueryModifier and TypeMethodDescriptionprotected ReactivePanacheQuery<?>JavaReactiveMongoOperations.createQuery(io.quarkus.mongodb.reactive.ReactiveMongoCollection collection, org.bson.Document query, org.bson.Document sortDoc) <T extends Entity>
ReactivePanacheQuery<T>ReactivePanacheQueryImpl.firstPage()<T extends Entity>
ReactivePanacheQuery<T>ReactivePanacheQueryImpl.nextPage()<T extends Entity>
ReactivePanacheQuery<T>ReactivePanacheQueryImpl.page(int pageIndex, int pageSize) <T extends Entity>
ReactivePanacheQuery<T><T extends Entity>
ReactivePanacheQuery<T>ReactivePanacheQueryImpl.previousPage()<T> ReactivePanacheQuery<T><T extends Entity>
ReactivePanacheQuery<T>ReactivePanacheQueryImpl.range(int startIndex, int lastIndex) <T extends Entity>
ReactivePanacheQuery<T>ReactivePanacheQueryImpl.withBatchSize(int batchSize) <T extends Entity>
ReactivePanacheQuery<T>ReactivePanacheQueryImpl.withCollation(com.mongodb.client.model.Collation collation) <T extends Entity>
ReactivePanacheQuery<T>ReactivePanacheQueryImpl.withReadPreference(com.mongodb.ReadPreference readPreference) Methods in io.quarkus.mongodb.panache.reactive.runtime that return types with arguments of type ReactivePanacheQueryModifier and TypeMethodDescription<T extends Entity>
io.smallrye.mutiny.Uni<ReactivePanacheQuery<T>>ReactivePanacheQueryImpl.lastPage()Methods in io.quarkus.mongodb.panache.reactive.runtime with parameters of type ReactivePanacheQueryModifier and TypeMethodDescriptionprotected io.smallrye.mutiny.Uni<? extends List<?>>JavaReactiveMongoOperations.list(ReactivePanacheQuery<?> query) protected io.smallrye.mutiny.Multi<?>JavaReactiveMongoOperations.stream(ReactivePanacheQuery<?> query)