Uses of Class
io.quarkiverse.groovy.hibernate.orm.panache.runtime.PanacheQueryImpl
-
Packages that use PanacheQueryImpl Package Description io.quarkiverse.groovy.hibernate.orm.panache.runtime -
-
Uses of PanacheQueryImpl in io.quarkiverse.groovy.hibernate.orm.panache.runtime
Methods in io.quarkiverse.groovy.hibernate.orm.panache.runtime that return PanacheQueryImpl Modifier and Type Method Description protected 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 PanacheQueryImpl Modifier and Type Method Description List<?>JpaOperations. list(PanacheQueryImpl<?> query)Stream<?>JpaOperations. stream(PanacheQueryImpl<?> query)
-