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