Class JpaOperations
java.lang.Object
io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations<PanacheQueryImpl<?>>
io.quarkus.hibernate.reactive.panache.runtime.JpaOperations
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PanacheQueryImpl<?>createPanacheQuery(io.smallrye.mutiny.Uni<org.hibernate.reactive.mutiny.Mutiny.Session> session, String query, String originalQuery, String orderBy, Object paramsArrayOrMap) protected io.smallrye.mutiny.Uni<List<?>>list(PanacheQueryImpl<?> query) Methods inherited from class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
bindParameters, bindParameters, bindParameters, count, count, count, count, delete, delete, delete, delete, deleteAll, deleteById, executeUpdate, executeUpdate, executeUpdate, executeUpdate, exists, exists, exists, exists, find, find, find, find, find, find, findAll, findAll, findById, findById, flush, getSession, implementationInjectionMissing, isPersistent, list, list, list, list, list, list, listAll, listAll, paramCount, paramCount, persist, persist, persist, persist, persist, persist, update, update, update
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
JpaOperations
public JpaOperations()
-
-
Method Details
-
createPanacheQuery
protected PanacheQueryImpl<?> createPanacheQuery(io.smallrye.mutiny.Uni<org.hibernate.reactive.mutiny.Mutiny.Session> session, String query, String originalQuery, String orderBy, Object paramsArrayOrMap) - Specified by:
createPanacheQueryin classAbstractJpaOperations<PanacheQueryImpl<?>>
-
list
- Specified by:
listin classAbstractJpaOperations<PanacheQueryImpl<?>>
-