Class JpaOperations
java.lang.Object
io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations<PanacheQueryImpl<?>,org.hibernate.reactive.mutiny.Mutiny.Session>
io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations<PanacheQueryImpl<?>>
io.quarkus.hibernate.reactive.panache.runtime.JpaOperations
public class JpaOperations
extends io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations<PanacheQueryImpl<?>>
-
Field Summary
FieldsFields inherited from class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
EMPTY_OBJECT_ARRAY, entityToPersistenceUnit -
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.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
-
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 classio.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations<PanacheQueryImpl<?>,org.hibernate.reactive.mutiny.Mutiny.Session>
-
list
- Specified by:
listin classio.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations<PanacheQueryImpl<?>,org.hibernate.reactive.mutiny.Mutiny.Session>
-