Uses of Class
io.quarkiverse.groovy.hibernate.reactive.panache.runtime.PanacheQueryImpl
Packages that use PanacheQueryImpl
-
Uses of PanacheQueryImpl in io.quarkiverse.groovy.hibernate.reactive.panache.runtime
Methods in io.quarkiverse.groovy.hibernate.reactive.panache.runtime that return PanacheQueryImplModifier and TypeMethodDescriptionprotected PanacheQueryImpl<?>JpaOperations.createPanacheQuery(io.smallrye.mutiny.Uni<org.hibernate.reactive.mutiny.Mutiny.Session> session, String query, String originalQuery, String orderBy, Object paramsArrayOrMap) Methods in io.quarkiverse.groovy.hibernate.reactive.panache.runtime with parameters of type PanacheQueryImplModifier and TypeMethodDescriptionprotected io.smallrye.mutiny.Uni<List<?>>JpaOperations.list(PanacheQueryImpl<?> query)