Uses of Class
io.quarkiverse.groovy.hibernate.orm.panache.runtime.PanacheQueryImpl
Packages that use PanacheQueryImpl
-
Uses of PanacheQueryImpl in io.quarkiverse.groovy.hibernate.orm.panache.runtime
Methods in io.quarkiverse.groovy.hibernate.orm.panache.runtime that return PanacheQueryImplModifier and TypeMethodDescriptionprotected PanacheQueryImpl<?>JpaOperations.createPanacheQuery(jakarta.persistence.EntityManager em, String query, String originalQuery, String orderBy, Object paramsArrayOrMap) Methods in io.quarkiverse.groovy.hibernate.orm.panache.runtime with parameters of type PanacheQueryImplModifier and TypeMethodDescriptionList<?>JpaOperations.list(PanacheQueryImpl<?> query) Stream<?>JpaOperations.stream(PanacheQueryImpl<?> query)