Uses of Interface
io.quarkiverse.groovy.hibernate.reactive.panache.PanacheQuery
Packages that use PanacheQuery
Package
Description
-
Uses of PanacheQuery in io.quarkiverse.groovy.hibernate.reactive.panache
Methods in io.quarkiverse.groovy.hibernate.reactive.panache that return PanacheQueryModifier and TypeMethodDescription<T extends Entity>
PanacheQuery<T>Enables a Hibernate filter during fetching of results for this query.<T extends Entity>
PanacheQuery<T>Enables a Hibernate filter during fetching of results for this query.<T extends Entity>
PanacheQuery<T>Enables a Hibernate filter during fetching of results for this query.default PanacheQuery<Entity>Find entities using a query, with named parameters.default PanacheQuery<Entity>PanacheRepositoryBase.find(String query, io.quarkus.panache.common.Sort sort, io.quarkus.panache.common.Parameters params) Find entities using a query and the given sort options, with named parameters.default PanacheQuery<Entity>Find entities using a query and the given sort options, with optional indexed parameters.default PanacheQuery<Entity>PanacheRepositoryBase.find(String query, io.quarkus.panache.common.Sort sort, Map<String, Object> params) Find entities using a query and the given sort options, with named parameters.default PanacheQuery<Entity>Find entities using a query, with optional indexed parameters.default PanacheQuery<Entity>Find entities using a query, with named parameters.default PanacheQuery<Entity>PanacheRepositoryBase.findAll()Find all entities of this type.default PanacheQuery<Entity>PanacheRepositoryBase.findAll(io.quarkus.panache.common.Sort sort) Find all entities of this type, in the given order.<T extends Entity>
PanacheQuery<T>PanacheQuery.firstPage()Sets the current page to the first page<T extends Entity>
PanacheQuery<T>PanacheQuery.nextPage()Sets the current page to the next page<T extends Entity>
PanacheQuery<T>PanacheQuery.page(int pageIndex, int pageSize) Sets the current page.<T extends Entity>
PanacheQuery<T>PanacheQuery.page(io.quarkus.panache.common.Page page) Sets the current page.<T extends Entity>
PanacheQuery<T>PanacheQuery.previousPage()Sets the current page to the previous page (or the first page if there is no previous page)<T> PanacheQuery<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>
PanacheQuery<T>PanacheQuery.range(int startIndex, int lastIndex) Switch the query to use a fixed range (start index - last index) instead of a page.<T extends Entity>
PanacheQuery<T>Set a query property or hint on the underlying JPA Query.<T extends Entity>
PanacheQuery<T>PanacheQuery.withLock(jakarta.persistence.LockModeType lockModeType) Define the locking strategy used for this query.Methods in io.quarkiverse.groovy.hibernate.reactive.panache that return types with arguments of type PanacheQueryModifier and TypeMethodDescription<T extends Entity>
io.smallrye.mutiny.Uni<PanacheQuery<T>>PanacheQuery.lastPage()Sets the current page to the last page. -
Uses of PanacheQuery in io.quarkiverse.groovy.hibernate.reactive.panache.runtime
Classes in io.quarkiverse.groovy.hibernate.reactive.panache.runtime that implement PanacheQueryMethods in io.quarkiverse.groovy.hibernate.reactive.panache.runtime that return PanacheQueryModifier and TypeMethodDescription<T extends Entity>
PanacheQuery<T><T extends Entity>
PanacheQuery<T><T extends Entity>
PanacheQuery<T><T extends Entity>
PanacheQuery<T>PanacheQueryImpl.firstPage()<T extends Entity>
PanacheQuery<T>PanacheQueryImpl.nextPage()<T extends Entity>
PanacheQuery<T>PanacheQueryImpl.page(int pageIndex, int pageSize) <T extends Entity>
PanacheQuery<T>PanacheQueryImpl.page(io.quarkus.panache.common.Page page) <T extends Entity>
PanacheQuery<T>PanacheQueryImpl.previousPage()<T> PanacheQuery<T><T extends Entity>
PanacheQuery<T>PanacheQueryImpl.range(int startIndex, int lastIndex) <T extends Entity>
PanacheQuery<T><T extends Entity>
PanacheQuery<T>PanacheQueryImpl.withLock(jakarta.persistence.LockModeType lockModeType) Methods in io.quarkiverse.groovy.hibernate.reactive.panache.runtime that return types with arguments of type PanacheQueryModifier and TypeMethodDescription<T extends Entity>
io.smallrye.mutiny.Uni<PanacheQuery<T>>PanacheQueryImpl.lastPage()