Class AbstractManagedJpaOperations<PanacheQueryType>
java.lang.Object
io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations<PanacheQueryType,org.hibernate.reactive.mutiny.Mutiny.Session>
io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations<PanacheQueryType>
public abstract class AbstractManagedJpaOperations<PanacheQueryType>
extends AbstractJpaOperations<PanacheQueryType,org.hibernate.reactive.mutiny.Mutiny.Session>
-
Field Summary
Fields inherited from class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
EMPTY_OBJECT_ARRAY, entityToPersistenceUnit, TIMEOUT_MS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.hibernate.reactive.mutiny.Mutiny.MutationQuerycreateMutationQuery(org.hibernate.reactive.mutiny.Mutiny.Session session, String var1) protected <R> org.hibernate.reactive.mutiny.Mutiny.Query<R> createNamedQuery(org.hibernate.reactive.mutiny.Mutiny.Session session, String var1) protected <R> org.hibernate.reactive.mutiny.Mutiny.SelectionQuery<R> createNamedQuery(org.hibernate.reactive.mutiny.Mutiny.Session session, String var1, Class<R> var2) protected <R> org.hibernate.reactive.mutiny.Mutiny.SelectionQuery<R> createSelectionQuery(org.hibernate.reactive.mutiny.Mutiny.Session session, String var1, Class<R> var2) io.smallrye.mutiny.Uni<Void> io.smallrye.mutiny.Uni<Void> protected <T> io.smallrye.mutiny.Uni<T> protected <T> io.smallrye.mutiny.Uni<T> find(org.hibernate.reactive.mutiny.Mutiny.Session session, Class<T> entityClass, Object id, org.hibernate.LockMode lockMode) io.smallrye.mutiny.Uni<Void> org.hibernate.reactive.mutiny.Mutiny.SessiongetCurrentSession(Class<?> entityClass) booleanisPersistent(Object entity) io.smallrye.mutiny.Uni<Void> persist(io.smallrye.mutiny.Uni<org.hibernate.reactive.mutiny.Mutiny.Session> sessionUni, Object entity) io.smallrye.mutiny.Uni<Void> io.smallrye.mutiny.Uni<Void> io.smallrye.mutiny.Uni<Void> io.smallrye.mutiny.Uni<Void> io.smallrye.mutiny.Uni<Void> Methods inherited from class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
addEntityTypesToPersistenceUnit, bindParameters, bindParameters, bindParameters, count, count, count, count, createPanacheQuery, 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, list, listAll, listAll, paramCount, paramCount, update, update, update
-
Constructor Details
-
AbstractManagedJpaOperations
protected AbstractManagedJpaOperations()
-
-
Method Details
-
persist
-
persist
-
persist
-
persist
-
persist
-
persist
-
delete
-
isPersistent
-
getCurrentSession
-
flush
-
delete
public io.smallrye.mutiny.Uni<Void> delete(org.hibernate.reactive.mutiny.Mutiny.Session session, Object entity) - Specified by:
deletein classAbstractJpaOperations<PanacheQueryType,org.hibernate.reactive.mutiny.Mutiny.Session>
-
find
protected <T> io.smallrye.mutiny.Uni<T> find(org.hibernate.reactive.mutiny.Mutiny.Session session, Class<T> entityClass, Object id) - Specified by:
findin classAbstractJpaOperations<PanacheQueryType,org.hibernate.reactive.mutiny.Mutiny.Session>
-
find
protected <T> io.smallrye.mutiny.Uni<T> find(org.hibernate.reactive.mutiny.Mutiny.Session session, Class<T> entityClass, Object id, org.hibernate.LockMode lockMode) - Specified by:
findin classAbstractJpaOperations<PanacheQueryType,org.hibernate.reactive.mutiny.Mutiny.Session>
-
createSelectionQuery
protected <R> org.hibernate.reactive.mutiny.Mutiny.SelectionQuery<R> createSelectionQuery(org.hibernate.reactive.mutiny.Mutiny.Session session, String var1, Class<R> var2) - Specified by:
createSelectionQueryin classAbstractJpaOperations<PanacheQueryType,org.hibernate.reactive.mutiny.Mutiny.Session>
-
createNamedQuery
protected <R> org.hibernate.reactive.mutiny.Mutiny.SelectionQuery<R> createNamedQuery(org.hibernate.reactive.mutiny.Mutiny.Session session, String var1, Class<R> var2) - Specified by:
createNamedQueryin classAbstractJpaOperations<PanacheQueryType,org.hibernate.reactive.mutiny.Mutiny.Session>
-
createNamedQuery
protected <R> org.hibernate.reactive.mutiny.Mutiny.Query<R> createNamedQuery(org.hibernate.reactive.mutiny.Mutiny.Session session, String var1) - Specified by:
createNamedQueryin classAbstractJpaOperations<PanacheQueryType,org.hibernate.reactive.mutiny.Mutiny.Session>
-
createMutationQuery
protected org.hibernate.reactive.mutiny.Mutiny.MutationQuery createMutationQuery(org.hibernate.reactive.mutiny.Mutiny.Session session, String var1) - Specified by:
createMutationQueryin classAbstractJpaOperations<PanacheQueryType,org.hibernate.reactive.mutiny.Mutiny.Session>
-