Index
All Classes and Interfaces|All Packages
C
- count() - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Counts the number of this type of entity in the database.
- count() - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Counts the number of this type of entity in the database.
- count() - Method in interface io.quarkus.mongodb.panache.PanacheQuery
-
Reads and caches the total number of entities this query operates on.
- count() - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Counts the number of this type of entity in the database.
- count() - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Counts the number of this type of entity in the database.
- count() - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheQuery
-
Reads and caches the total number of entities this query operates on.
- count() - Method in class io.quarkus.mongodb.panache.reactive.runtime.ReactivePanacheQueryImpl
- count() - Method in class io.quarkus.mongodb.panache.runtime.PanacheQueryImpl
- count(String, Parameters) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Counts the number of this type of entity matching the given query, with named parameters.
- count(String, Parameters) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Counts the number of this type of entity matching the given query, with named parameters.
- count(String, Parameters) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Counts the number of this type of entity matching the given query, with named parameters.
- count(String, Parameters) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Counts the number of this type of entity matching the given query, with named parameters.
- count(String, Object...) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Counts the number of this type of entity matching the given query, with optional indexed parameters.
- count(String, Object...) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Counts the number of this type of entity matching the given query, with optional indexed parameters.
- count(String, Object...) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Counts the number of this type of entity matching the given query, with optional indexed parameters.
- count(String, Object...) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Counts the number of this type of entity matching the given query, with optional indexed parameters.
- count(String, Map<String, Object>) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Counts the number of this type of entity matching the given query, with named parameters.
- count(String, Map<String, Object>) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Counts the number of this type of entity matching the given query, with named parameters.
- count(String, Map<String, Object>) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Counts the number of this type of entity matching the given query, with named parameters.
- count(String, Map<String, Object>) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Counts the number of this type of entity matching the given query, with named parameters.
- count(Bson) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Counts the number of this type of entity matching the given query
- count(Bson) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Counts the number of this type of entity matching the given query
- count(Bson) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Counts the number of this type of entity matching the given query
- count(Bson) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Counts the number of this type of entity matching the given query
- createQuery(MongoCollection, ClientSession, Bson, Bson) - Method in class io.quarkus.mongodb.panache.runtime.JavaMongoOperations
- createQuery(ReactiveMongoCollection, Bson, Bson) - Method in class io.quarkus.mongodb.panache.reactive.runtime.JavaReactiveMongoOperations
- createUpdate(MongoCollection, Class<?>, Bson) - Method in class io.quarkus.mongodb.panache.runtime.JavaMongoOperations
- createUpdate(ReactiveMongoCollection<?>, Class<?>, Bson) - Method in class io.quarkus.mongodb.panache.reactive.runtime.JavaReactiveMongoOperations
D
- delete() - Method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Delete this entity from the database, if it is already persisted.
- delete() - Method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Delete this entity from the database, if it is already persisted.
- delete(Entity) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Delete the given entity from the database, if it is already persisted.
- delete(Entity) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Delete the given entity from the database, if it is already persisted.
- delete(String, Parameters) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Delete all entities of this type matching the given query, with named parameters.
- delete(String, Parameters) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Delete all entities of this type matching the given query, with named parameters.
- delete(String, Parameters) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Delete all entities of this type matching the given query, with named parameters.
- delete(String, Parameters) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Delete all entities of this type matching the given query, with named parameters.
- delete(String, Object...) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Delete all entities of this type matching the given query, with optional indexed parameters.
- delete(String, Object...) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Delete all entities of this type matching the given query, with optional indexed parameters.
- delete(String, Object...) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Delete all entities of this type matching the given query, with optional indexed parameters.
- delete(String, Object...) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Delete all entities of this type matching the given query, with optional indexed parameters.
- delete(String, Map<String, Object>) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Delete all entities of this type matching the given query, with named parameters.
- delete(String, Map<String, Object>) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Delete all entities of this type matching the given query, with named parameters.
- delete(String, Map<String, Object>) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Delete all entities of this type matching the given query, with named parameters.
- delete(String, Map<String, Object>) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Delete all entities of this type matching the given query, with named parameters.
- delete(Bson) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Delete all entities of this type matching the given query
- delete(Bson) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Delete all entities of this type matching the given query
- delete(Bson) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Delete all entities of this type matching the given query
- delete(Bson) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Delete all entities of this type matching the given query
- deleteAll() - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Delete all entities of this type from the database.
- deleteAll() - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Delete all entities of this type from the database.
- deleteAll() - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Delete all entities of this type from the database.
- deleteAll() - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Delete all entities of this type from the database.
- deleteById(Id) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Delete an entity of this type by ID.
- deleteById(Id) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Delete an entity of this type by ID.
- deleteById(Object) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Delete an entity of this type by ID.
- deleteById(Object) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Delete an entity of this type by ID.
F
- find(String, Parameters) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities using a query, with named parameters.
- find(String, Parameters) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities using a query, with named parameters.
- find(String, Parameters) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities using a query, with named parameters.
- find(String, Parameters) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities using a query, with named parameters.
- find(String, Sort, Parameters) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities using a query and the given sort options, with named parameters.
- find(String, Sort, Parameters) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities using a query and the given sort options, with named parameters.
- find(String, Sort, Parameters) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities using a query and the given sort options, with named parameters.
- find(String, Sort, Parameters) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities using a query and the given sort options, with named parameters.
- find(String, Sort, Object...) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities using a query and the given sort options, with optional indexed parameters.
- find(String, Sort, Object...) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities using a query and the given sort options, with optional indexed parameters.
- find(String, Sort, Object...) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities using a query and the given sort options, with optional indexed parameters.
- find(String, Sort, Object...) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities using a query and the given sort options, with optional indexed parameters.
- find(String, Sort, Map<String, Object>) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities using a query and the given sort options, with named parameters.
- find(String, Sort, Map<String, Object>) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities using a query and the given sort options, with named parameters.
- find(String, Sort, Map<String, Object>) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities using a query and the given sort options, with named parameters.
- find(String, Sort, Map<String, Object>) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities using a query and the given sort options, with named parameters.
- find(String, Object...) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities using a query, with optional indexed parameters.
- find(String, Object...) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities using a query, with optional indexed parameters.
- find(String, Object...) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities using a query, with optional indexed parameters.
- find(String, Object...) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities using a query, with optional indexed parameters.
- find(String, Map<String, Object>) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities using a query, with named parameters.
- find(String, Map<String, Object>) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities using a query, with named parameters.
- find(String, Map<String, Object>) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities using a query, with named parameters.
- find(String, Map<String, Object>) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities using a query, with named parameters.
- find(Bson) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities using a BSON query.
- find(Bson) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities using a BSON query.
- find(Bson) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities using a BSON query.
- find(Bson) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities using a BSON query.
- find(Bson, Bson) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities using a BSON query and a BSON sort.
- find(Bson, Bson) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities using a BSON query and a BSON sort.
- find(Bson, Bson) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities using a BSON query and a BSON sort.
- find(Bson, Bson) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities using a BSON query and a BSON sort.
- findAll() - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find all entities of this type.
- findAll() - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find all entities of this type.
- findAll() - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find all entities of this type.
- findAll() - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find all entities of this type.
- findAll(Sort) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find all entities of this type, in the given order.
- findAll(Sort) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find all entities of this type, in the given order.
- findAll(Sort) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find all entities of this type, in the given order.
- findAll(Sort) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find all entities of this type, in the given order.
- findById(Id) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find an entity of this type by ID.
- findById(Id) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find an entity of this type by ID.
- findById(Object) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find an entity of this type by ID.
- findById(Object) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find an entity of this type by ID.
- findByIdOptional(Id) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find an entity of this type by ID.
- findByIdOptional(Object) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find an entity of this type by ID.
- findByIdOptional(Object) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find an entity of this type by ID.
- findByIdOptional(Object) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find an entity of this type by ID.
- firstPage() - Method in interface io.quarkus.mongodb.panache.PanacheQuery
-
Sets the current page to the first page
- firstPage() - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheQuery
-
Sets the current page to the first page
- firstPage() - Method in class io.quarkus.mongodb.panache.reactive.runtime.ReactivePanacheQueryImpl
- firstPage() - Method in class io.quarkus.mongodb.panache.runtime.PanacheQueryImpl
- firstResult() - Method in interface io.quarkus.mongodb.panache.PanacheQuery
-
Returns the first result of the current page index.
- firstResult() - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheQuery
-
Returns the first result of the current page index.
- firstResult() - Method in class io.quarkus.mongodb.panache.reactive.runtime.ReactivePanacheQueryImpl
- firstResult() - Method in class io.quarkus.mongodb.panache.runtime.PanacheQueryImpl
- firstResultOptional() - Method in interface io.quarkus.mongodb.panache.PanacheQuery
-
Returns the first result of the current page index.
- firstResultOptional() - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheQuery
-
Returns the first result of the current page index.
- firstResultOptional() - Method in class io.quarkus.mongodb.panache.reactive.runtime.ReactivePanacheQueryImpl
- firstResultOptional() - Method in class io.quarkus.mongodb.panache.runtime.PanacheQueryImpl
G
- getSession() - Static method in class io.quarkus.mongodb.panache.Panache
-
Access the current MongoDB ClientSession from the transaction context.
- getSession(Class<?>) - Static method in class io.quarkus.mongodb.panache.Panache
-
Access the current MongoDB ClientSession from the transaction context.
H
- hasNextPage() - Method in interface io.quarkus.mongodb.panache.PanacheQuery
-
Returns true if there is another page to read after the current one.
- hasNextPage() - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheQuery
-
Returns true if there is another page to read after the current one.
- hasNextPage() - Method in class io.quarkus.mongodb.panache.reactive.runtime.ReactivePanacheQueryImpl
- hasNextPage() - Method in class io.quarkus.mongodb.panache.runtime.PanacheQueryImpl
- hasPreviousPage() - Method in interface io.quarkus.mongodb.panache.PanacheQuery
-
Returns true if there is a page to read before the current one.
- hasPreviousPage() - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheQuery
-
Returns true if there is a page to read before the current one.
- hasPreviousPage() - Method in class io.quarkus.mongodb.panache.reactive.runtime.ReactivePanacheQueryImpl
- hasPreviousPage() - Method in class io.quarkus.mongodb.panache.runtime.PanacheQueryImpl
I
- id - Variable in class io.quarkus.mongodb.panache.PanacheMongoEntity
-
The auto-generated ID field.
- id - Variable in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntity
-
The auto-generated ID field.
- INSTANCE - Static variable in class io.quarkus.mongodb.panache.reactive.runtime.JavaReactiveMongoOperations
- INSTANCE - Static variable in class io.quarkus.mongodb.panache.runtime.JavaMongoOperations
-
Provides the default implementations for quarkus to wire up.
- io.quarkus.mongodb.panache - package io.quarkus.mongodb.panache
-
API usage
- io.quarkus.mongodb.panache.reactive - package io.quarkus.mongodb.panache.reactive
- io.quarkus.mongodb.panache.reactive.runtime - package io.quarkus.mongodb.panache.reactive.runtime
- io.quarkus.mongodb.panache.runtime - package io.quarkus.mongodb.panache.runtime
J
- JavaMongoOperations - Class in io.quarkus.mongodb.panache.runtime
- JavaMongoOperations() - Constructor for class io.quarkus.mongodb.panache.runtime.JavaMongoOperations
- JavaReactiveMongoOperations - Class in io.quarkus.mongodb.panache.reactive.runtime
- JavaReactiveMongoOperations() - Constructor for class io.quarkus.mongodb.panache.reactive.runtime.JavaReactiveMongoOperations
L
- lastPage() - Method in interface io.quarkus.mongodb.panache.PanacheQuery
-
Sets the current page to the last page.
- lastPage() - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheQuery
-
Sets the current page to the last page.
- lastPage() - Method in class io.quarkus.mongodb.panache.reactive.runtime.ReactivePanacheQueryImpl
- lastPage() - Method in class io.quarkus.mongodb.panache.runtime.PanacheQueryImpl
- list() - Method in interface io.quarkus.mongodb.panache.PanacheQuery
-
Returns the current page of results as a
List
. - list() - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheQuery
-
Returns the current page of results as a
List
. - list() - Method in class io.quarkus.mongodb.panache.reactive.runtime.ReactivePanacheQueryImpl
- list() - Method in class io.quarkus.mongodb.panache.runtime.PanacheQueryImpl
- list(PanacheQuery<?>) - Method in class io.quarkus.mongodb.panache.runtime.JavaMongoOperations
- list(ReactivePanacheQuery<?>) - Method in class io.quarkus.mongodb.panache.reactive.runtime.JavaReactiveMongoOperations
- list(String, Parameters) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities matching a query, with named parameters.
- list(String, Parameters) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities matching a query, with named parameters.
- list(String, Parameters) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities matching a query, with named parameters.
- list(String, Parameters) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities matching a query, with named parameters.
- list(String, Sort, Parameters) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities matching a query and the given sort options, with named parameters.
- list(String, Sort, Parameters) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities matching a query and the given sort options, with named parameters.
- list(String, Sort, Parameters) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities matching a query and the given sort options, with named parameters.
- list(String, Sort, Parameters) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities matching a query and the given sort options, with named parameters.
- list(String, Sort, Object...) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities matching a query and the given sort options, with optional indexed parameters.
- list(String, Sort, Object...) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities matching a query and the given sort options, with optional indexed parameters.
- list(String, Sort, Object...) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities matching a query and the given sort options, with optional indexed parameters.
- list(String, Sort, Object...) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities matching a query and the given sort options, with optional indexed parameters.
- list(String, Sort, Map<String, Object>) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities matching a query and the given sort options, with named parameters.
- list(String, Sort, Map<String, Object>) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities matching a query and the given sort options, with named parameters.
- list(String, Sort, Map<String, Object>) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities matching a query and the given sort options, with named parameters.
- list(String, Sort, Map<String, Object>) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities matching a query and the given sort options, with named parameters.
- list(String, Object...) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities matching a query, with optional indexed parameters.
- list(String, Object...) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities matching a query, with optional indexed parameters.
- list(String, Object...) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities matching a query, with optional indexed parameters.
- list(String, Object...) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities matching a query, with optional indexed parameters.
- list(String, Map<String, Object>) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities matching a query, with named parameters.
- list(String, Map<String, Object>) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities matching a query, with named parameters.
- list(String, Map<String, Object>) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities matching a query, with named parameters.
- list(String, Map<String, Object>) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities matching a query, with named parameters.
- list(Bson) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities using a BSON query.
- list(Bson) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities using a BSON query.
- list(Bson) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities using a BSON query.
- list(Bson) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities using a BSON query.
- list(Bson, Bson) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities using a BSON query and a BSON sort.
- list(Bson, Bson) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities using a BSON query and a BSON sort.
- list(Bson, Bson) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities using a BSON query and a BSON sort.
- list(Bson, Bson) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities using a BSON query and a BSON sort.
- listAll() - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find all entities of this type.
- listAll() - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find all entities of this type.
- listAll() - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find all entities of this type.
- listAll() - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find all entities of this type.
- listAll(Sort) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find all entities of this type, in the given order.
- listAll(Sort) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find all entities of this type, in the given order.
- listAll(Sort) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find all entities of this type, in the given order.
- listAll(Sort) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find all entities of this type, in the given order.
M
- mongoCollection() - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Allow to access the underlying Mongo Collection.
- mongoCollection() - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Allow to access the underlying Mongo Collection
- mongoCollection() - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Allow to access the underlying Mongo Collection.
- mongoCollection() - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Allow to access the underlying Mongo Collection
- mongoDatabase() - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Allow to access the underlying Mongo Database.
- mongoDatabase() - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Allow to access the underlying Mongo Database.
- mongoDatabase() - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Allow to access the underlying Mongo Database.
- mongoDatabase() - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Allow to access the underlying Mongo Database.
N
- nextPage() - Method in interface io.quarkus.mongodb.panache.PanacheQuery
-
Sets the current page to the next page
- nextPage() - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheQuery
-
Sets the current page to the next page
- nextPage() - Method in class io.quarkus.mongodb.panache.reactive.runtime.ReactivePanacheQueryImpl
- nextPage() - Method in class io.quarkus.mongodb.panache.runtime.PanacheQueryImpl
P
- page() - Method in interface io.quarkus.mongodb.panache.PanacheQuery
-
Returns the current page.
- page() - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheQuery
-
Returns the current page.
- page() - Method in class io.quarkus.mongodb.panache.reactive.runtime.ReactivePanacheQueryImpl
- page() - Method in class io.quarkus.mongodb.panache.runtime.PanacheQueryImpl
- page(int, int) - Method in interface io.quarkus.mongodb.panache.PanacheQuery
-
Sets the current page.
- page(int, int) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheQuery
-
Sets the current page.
- page(int, int) - Method in class io.quarkus.mongodb.panache.reactive.runtime.ReactivePanacheQueryImpl
- page(int, int) - Method in class io.quarkus.mongodb.panache.runtime.PanacheQueryImpl
- page(Page) - Method in interface io.quarkus.mongodb.panache.PanacheQuery
-
Sets the current page.
- page(Page) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheQuery
-
Sets the current page.
- page(Page) - Method in class io.quarkus.mongodb.panache.reactive.runtime.ReactivePanacheQueryImpl
- page(Page) - Method in class io.quarkus.mongodb.panache.runtime.PanacheQueryImpl
- pageCount() - Method in interface io.quarkus.mongodb.panache.PanacheQuery
-
Returns the total number of pages to be read using the current page size.
- pageCount() - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheQuery
-
Returns the total number of pages to be read using the current page size.
- pageCount() - Method in class io.quarkus.mongodb.panache.reactive.runtime.ReactivePanacheQueryImpl
- pageCount() - Method in class io.quarkus.mongodb.panache.runtime.PanacheQueryImpl
- Panache - Class in io.quarkus.mongodb.panache
- Panache() - Constructor for class io.quarkus.mongodb.panache.Panache
- PanacheMongoEntity - Class in io.quarkus.mongodb.panache
-
Represents an entity with a generated ID field
PanacheMongoEntity.id
of typeObjectId
. - PanacheMongoEntity() - Constructor for class io.quarkus.mongodb.panache.PanacheMongoEntity
- PanacheMongoEntityBase - Class in io.quarkus.mongodb.panache
-
Represents an entity.
- PanacheMongoEntityBase() - Constructor for class io.quarkus.mongodb.panache.PanacheMongoEntityBase
- PanacheMongoRepository<Entity> - Interface in io.quarkus.mongodb.panache
-
Represents a Repository for a specific type of entity
Entity
, with an ID type ofObjectId
. - PanacheMongoRepositoryBase<Entity,
Id> - Interface in io.quarkus.mongodb.panache -
Represents a Repository for a specific type of entity
Entity
, with an ID type ofId
. - PanacheQuery<Entity> - Interface in io.quarkus.mongodb.panache
- PanacheQueryImpl<Entity> - Class in io.quarkus.mongodb.panache.runtime
- PanacheQueryImpl(MongoCollection<? extends Entity>, ClientSession, Bson, Bson) - Constructor for class io.quarkus.mongodb.panache.runtime.PanacheQueryImpl
- persist() - Method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Persist this entity in the database.
- persist() - Method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Persist this entity in the database.
- persist(Entity) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Persist the given entity in the database.
- persist(Entity) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Persist the given entity in the database.
- persist(Entity, Entity...) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Persist all given entities.
- persist(Entity, Entity...) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Persist all given entities.
- persist(Iterable<?>) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Insert all given entities.
- persist(Iterable<?>) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Insert all given entities.
- persist(Iterable<Entity>) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Persist all given entities.
- persist(Iterable<Entity>) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Persist all given entities.
- persist(Object, Object...) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Insert all given entities.
- persist(Object, Object...) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Insert all given entities.
- persist(Stream<?>) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Insert all given entities.
- persist(Stream<?>) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Insert all given entities.
- persist(Stream<Entity>) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Persist all given entities.
- persist(Stream<Entity>) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Persist all given entities.
- persistOrUpdate() - Method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Persist this entity in the database or update it if it already exists.
- persistOrUpdate() - Method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Persist this entity in the database or update it if it already exists.
- persistOrUpdate(Entity) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Persist the given entity in the database or update it if it already exists.
- persistOrUpdate(Entity) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Persist the given entity in the database or update it if it already exists.
- persistOrUpdate(Entity, Entity...) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Persist all given entities or update them if they already exist.
- persistOrUpdate(Entity, Entity...) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Persist all given entities or update them if they already exist.
- persistOrUpdate(Iterable<?>) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Persist all given entities or update them if they already exist.
- persistOrUpdate(Iterable<?>) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Persist all given entities or update them if they already exist.
- persistOrUpdate(Iterable<Entity>) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Persist all given entities or update them if they already exist.
- persistOrUpdate(Iterable<Entity>) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Persist all given entities or update them if they already exist.
- persistOrUpdate(Object, Object...) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Persist all given entities.
- persistOrUpdate(Object, Object...) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Persist all given entities.
- persistOrUpdate(Stream<?>) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Persist all given entities.
- persistOrUpdate(Stream<?>) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Persist all given entities.
- persistOrUpdate(Stream<Entity>) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Persist all given entities or update them if they already exist.
- persistOrUpdate(Stream<Entity>) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Persist all given entities or update them if they already exist.
- previousPage() - Method in interface io.quarkus.mongodb.panache.PanacheQuery
-
Sets the current page to the previous page (or the first page if there is no previous page)
- previousPage() - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheQuery
-
Sets the current page to the previous page (or the first page if there is no previous page)
- previousPage() - Method in class io.quarkus.mongodb.panache.reactive.runtime.ReactivePanacheQueryImpl
- previousPage() - Method in class io.quarkus.mongodb.panache.runtime.PanacheQueryImpl
- project(Class<T>) - Method in interface io.quarkus.mongodb.panache.PanacheQuery
-
Defines a projection class: the getters, and the public fields, will be used to restrict which fields should be retrieved from the database.
- project(Class<T>) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheQuery
-
Defines a projection class: the getters, and the public fields, will be used to restrict which fields should be retrieved from the database.
- project(Class<T>) - Method in class io.quarkus.mongodb.panache.reactive.runtime.ReactivePanacheQueryImpl
- project(Class<T>) - Method in class io.quarkus.mongodb.panache.runtime.PanacheQueryImpl
R
- range(int, int) - Method in interface io.quarkus.mongodb.panache.PanacheQuery
-
Switch the query to use a fixed range (start index - last index) instead of a page.
- range(int, int) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheQuery
-
Switch the query to use a fixed range (start index - last index) instead of a page.
- range(int, int) - Method in class io.quarkus.mongodb.panache.reactive.runtime.ReactivePanacheQueryImpl
- range(int, int) - Method in class io.quarkus.mongodb.panache.runtime.PanacheQueryImpl
- ReactivePanacheMongoEntity - Class in io.quarkus.mongodb.panache.reactive
-
Represents an entity with a generated ID field
ReactivePanacheMongoEntity.id
of typeObjectId
. - ReactivePanacheMongoEntity() - Constructor for class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntity
- ReactivePanacheMongoEntityBase - Class in io.quarkus.mongodb.panache.reactive
-
Represents an entity.
- ReactivePanacheMongoEntityBase() - Constructor for class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
- ReactivePanacheMongoRepository<Entity> - Interface in io.quarkus.mongodb.panache.reactive
-
Represents a Repository for a specific type of entity
Entity
, with an ID type ofObjectId
. - ReactivePanacheMongoRepositoryBase<Entity,
Id> - Interface in io.quarkus.mongodb.panache.reactive -
Represents a Repository for a specific type of entity
Entity
, with an ID type ofId
. - ReactivePanacheQuery<Entity> - Interface in io.quarkus.mongodb.panache.reactive
- ReactivePanacheQueryImpl<Entity> - Class in io.quarkus.mongodb.panache.reactive.runtime
- ReactivePanacheQueryImpl(ReactiveMongoCollection<? extends Entity>, Bson, Bson) - Constructor for class io.quarkus.mongodb.panache.reactive.runtime.ReactivePanacheQueryImpl
S
- singleResult() - Method in interface io.quarkus.mongodb.panache.PanacheQuery
-
Executes this query for the current page and return a single result.
- singleResult() - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheQuery
-
Executes this query for the current page and return a single result.
- singleResult() - Method in class io.quarkus.mongodb.panache.reactive.runtime.ReactivePanacheQueryImpl
- singleResult() - Method in class io.quarkus.mongodb.panache.runtime.PanacheQueryImpl
- singleResultOptional() - Method in interface io.quarkus.mongodb.panache.PanacheQuery
-
Executes this query for the current page and return a single result.
- singleResultOptional() - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheQuery
-
Executes this query for the current page and return a single result.
- singleResultOptional() - Method in class io.quarkus.mongodb.panache.reactive.runtime.ReactivePanacheQueryImpl
- singleResultOptional() - Method in class io.quarkus.mongodb.panache.runtime.PanacheQueryImpl
- stream() - Method in interface io.quarkus.mongodb.panache.PanacheQuery
-
Returns the current page of results as a
Stream
. - stream() - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheQuery
-
Returns the current page of results as a
Stream
. - stream() - Method in class io.quarkus.mongodb.panache.reactive.runtime.ReactivePanacheQueryImpl
- stream() - Method in class io.quarkus.mongodb.panache.runtime.PanacheQueryImpl
- stream(PanacheQuery<?>) - Method in class io.quarkus.mongodb.panache.runtime.JavaMongoOperations
- stream(ReactivePanacheQuery<?>) - Method in class io.quarkus.mongodb.panache.reactive.runtime.JavaReactiveMongoOperations
- stream(String, Parameters) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities matching a query, with named parameters.
- stream(String, Parameters) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities matching a query, with named parameters.
- stream(String, Parameters) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities matching a query, with named parameters.
- stream(String, Parameters) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities matching a query, with named parameters.
- stream(String, Sort, Parameters) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities matching a query and the given sort options, with named parameters.
- stream(String, Sort, Parameters) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities matching a query and the given sort options, with named parameters.
- stream(String, Sort, Parameters) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities matching a query and the given sort options, with named parameters.
- stream(String, Sort, Parameters) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities matching a query and the given sort options, with named parameters.
- stream(String, Sort, Object...) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities matching a query and the given sort options, with optional indexed parameters.
- stream(String, Sort, Object...) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities matching a query and the given sort options, with optional indexed parameters.
- stream(String, Sort, Object...) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities matching a query and the given sort options, with optional indexed parameters.
- stream(String, Sort, Object...) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities matching a query and the given sort options, with optional indexed parameters.
- stream(String, Sort, Map<String, Object>) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities matching a query and the given sort options, with named parameters.
- stream(String, Sort, Map<String, Object>) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities matching a query and the given sort options, with named parameters.
- stream(String, Sort, Map<String, Object>) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities matching a query and the given sort options, with named parameters.
- stream(String, Sort, Map<String, Object>) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities matching a query and the given sort options, with named parameters.
- stream(String, Object...) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities matching a query, with optional indexed parameters.
- stream(String, Object...) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities matching a query, with optional indexed parameters.
- stream(String, Object...) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities matching a query, with optional indexed parameters.
- stream(String, Object...) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities matching a query, with optional indexed parameters.
- stream(String, Map<String, Object>) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities matching a query, with named parameters.
- stream(String, Map<String, Object>) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities matching a query, with named parameters.
- stream(String, Map<String, Object>) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities matching a query, with named parameters.
- stream(String, Map<String, Object>) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities matching a query, with named parameters.
- stream(Bson) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities using a BSON query.
- stream(Bson) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities using a BSON query.
- stream(Bson) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities using a BSON query.
- stream(Bson) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities using a BSON query.
- stream(Bson, Bson) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find entities using a BSON query and a BSON sort.
- stream(Bson, Bson) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find entities using a BSON query and a BSON sort.
- stream(Bson, Bson) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find entities using a BSON query and a BSON sort.
- stream(Bson, Bson) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find entities using a BSON query and a BSON sort.
- streamAll() - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find all entities of this type.
- streamAll() - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find all entities of this type, in the given order.
- streamAll() - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find all entities of this type.
- streamAll() - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find all entities of this type, in the given order.
- streamAll(Sort) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Find all entities of this type, in the given order.
- streamAll(Sort) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Find all entities of this type.
- streamAll(Sort) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Find all entities of this type, in the given order.
- streamAll(Sort) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Find all entities of this type.
T
- toString() - Method in class io.quarkus.mongodb.panache.PanacheMongoEntity
- toString() - Method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntity
U
- update() - Method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Update this entity in the database.
- update() - Method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Update this entity in the database.
- update(Entity) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Update the given entity in the database.
- update(Entity) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Update the given entity in the database.
- update(Entity, Entity...) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Update all given entities.
- update(Entity, Entity...) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Update all given entities.
- update(Iterable<?>) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Update all given entities.
- update(Iterable<?>) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Update all given entities.
- update(Iterable<Entity>) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Update all given entities.
- update(Iterable<Entity>) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Update all given entities.
- update(Object, Object...) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Update all given entities.
- update(Object, Object...) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Update all given entities.
- update(String, Parameters) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Update all entities of this type by the given update document, with named parameters.
- update(String, Parameters) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Update all entities of this type by the given update document, with named parameters.
- update(String, Parameters) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Update all entities of this type by the given update document, with named parameters.
- update(String, Parameters) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Update all entities of this type by the given update document, with named parameters.
- update(String, Object...) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Update all entities of this type by the given update document, with optional indexed parameters.
- update(String, Object...) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Update all entities of this type by the given update document, with optional indexed parameters.
- update(String, Object...) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Update all entities of this type by the given update document, with optional indexed parameters.
- update(String, Object...) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Update all entities of this type by the given update document, with optional indexed parameters.
- update(String, Map<String, Object>) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Update all entities of this type by the given update document, with named parameters.
- update(String, Map<String, Object>) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Update all entities of this type by the given update document, with named parameters.
- update(String, Map<String, Object>) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Update all entities of this type by the given update document, with named parameters.
- update(String, Map<String, Object>) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Update all entities of this type by the given update document, with named parameters.
- update(Stream<?>) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Update all given entities.
- update(Stream<?>) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Update all given entities.
- update(Stream<Entity>) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Update all given entities.
- update(Stream<Entity>) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Update all given entities.
- update(Bson) - Static method in class io.quarkus.mongodb.panache.PanacheMongoEntityBase
-
Update all entities of this type by the given update BSON document.
- update(Bson) - Method in interface io.quarkus.mongodb.panache.PanacheMongoRepositoryBase
-
Update all entities of this type by the given update BSON document.
- update(Bson) - Static method in class io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
-
Update all entities of this type by the given update BSON document.
- update(Bson) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoRepositoryBase
-
Update all entities of this type by the given update BSON document.
W
- withBatchSize(int) - Method in interface io.quarkus.mongodb.panache.PanacheQuery
-
Define the batch size for this query.
- withBatchSize(int) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheQuery
-
Define the batch size for this query.
- withBatchSize(int) - Method in class io.quarkus.mongodb.panache.reactive.runtime.ReactivePanacheQueryImpl
- withBatchSize(int) - Method in class io.quarkus.mongodb.panache.runtime.PanacheQueryImpl
- withCollation(Collation) - Method in interface io.quarkus.mongodb.panache.PanacheQuery
-
Define the collation used for this query.
- withCollation(Collation) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheQuery
-
Define the collation used for this query.
- withCollation(Collation) - Method in class io.quarkus.mongodb.panache.reactive.runtime.ReactivePanacheQueryImpl
- withCollation(Collation) - Method in class io.quarkus.mongodb.panache.runtime.PanacheQueryImpl
- withReadPreference(ReadPreference) - Method in interface io.quarkus.mongodb.panache.PanacheQuery
-
Define the read preference used for this query.
- withReadPreference(ReadPreference) - Method in interface io.quarkus.mongodb.panache.reactive.ReactivePanacheQuery
-
Define the read preference used for this query.
- withReadPreference(ReadPreference) - Method in class io.quarkus.mongodb.panache.reactive.runtime.ReactivePanacheQueryImpl
- withReadPreference(ReadPreference) - Method in class io.quarkus.mongodb.panache.runtime.PanacheQueryImpl
All Classes and Interfaces|All Packages