Uses of Interface
io.quarkus.hibernate.panache.PanacheQuery
Packages that use PanacheQuery
Package
Description
API usage
-
Uses of PanacheQuery in io.quarkus.hibernate.panache
Classes in io.quarkus.hibernate.panache with type parameters of type PanacheQueryModifier and TypeInterfaceDescriptioninterfacePanacheRepositoryQueries<Entity,EntityList, Query extends PanacheQuery<?, ?, ?, ?>, Count, Confirmation, Id> Methods in io.quarkus.hibernate.panache that return PanacheQueryModifier and TypeMethodDescriptionEnables a Hibernate filter during fetching of results for this query.Enables a Hibernate filter during fetching of results for this query.PanacheQuery.firstPage()Sets the current page to the first pagePanacheQuery.lastPage()Sets the current page to the last page.PanacheQuery.nextPage()Sets the current page to the next pagePanacheQuery.page(int pageIndex, int pageSize) Sets the current page.PanacheQuery.page(org.hibernate.query.Page page) Sets the current page.PanacheQuery.previousPage()Sets the current page to the previous page (or the first page if there is no previous page)PanacheQuery.range(int startIndex, int lastIndex) Switch the query to use a fixed range (start index - last index) instead of a page.Set a query property or hint on the underlying JPA Query.PanacheQuery.withLock(jakarta.persistence.LockModeType lockModeType) Define the locking strategy used for this query. -
Uses of PanacheQuery in io.quarkus.hibernate.panache.blocking
Subinterfaces of PanacheQuery in io.quarkus.hibernate.panache.blockingMethods in io.quarkus.hibernate.panache.blocking that return PanacheQuery -
Uses of PanacheQuery in io.quarkus.hibernate.panache.reactive
Subinterfaces of PanacheQuery in io.quarkus.hibernate.panache.reactiveMethods in io.quarkus.hibernate.panache.reactive that return PanacheQuery -
Uses of PanacheQuery in io.quarkus.hibernate.panache.runtime.hr
Classes in io.quarkus.hibernate.panache.runtime.hr that implement PanacheQuery -
Uses of PanacheQuery in io.quarkus.hibernate.panache.runtime.orm
Classes in io.quarkus.hibernate.panache.runtime.orm that implement PanacheQuery