Uses of Interface
org.hibernate.reactive.stage.Stage.MutationQuery
Packages that use Stage.MutationQuery
Package
Description
An API for Hibernate Reactive where non-blocking operations are
represented by a Java
CompletionStage.-
Uses of Stage.MutationQuery in org.hibernate.reactive.stage
Subinterfaces of Stage.MutationQuery in org.hibernate.reactive.stageMethods in org.hibernate.reactive.stage that return Stage.MutationQueryModifier and TypeMethodDescriptionStage.QueryProducer.createMutationQuery(jakarta.persistence.criteria.CriteriaDelete<?> deleteQuery) Create an instance ofStage.MutationQueryfor the given delete tree.Stage.QueryProducer.createMutationQuery(jakarta.persistence.criteria.CriteriaUpdate<?> updateQuery) Create an instance ofStage.MutationQueryfor the given update tree.Stage.QueryProducer.createMutationQuery(String queryString) Create an instance ofStage.MutationQueryfor the given HQL/JPQL update or delete statement.Stage.QueryProducer.createMutationQuery(JpaCriteriaInsert<?> insert) Create aStage.MutationQueryfrom the given insert select criteria treeStage.QueryProducer.createQuery(jakarta.persistence.criteria.CriteriaDelete<R> criteriaDelete) Create an instance ofStage.MutationQueryfor the given criteria delete.Stage.QueryProducer.createQuery(jakarta.persistence.criteria.CriteriaUpdate<R> criteriaUpdate) Create an instance ofStage.MutationQueryfor the given criteria update.Stage.MutationQuery.setComment(String comment) Stage.MutationQuery.setParameter(int parameter, Object argument) Stage.MutationQuery.setParameter(jakarta.persistence.Parameter<T> parameter, T argument) Stage.MutationQuery.setParameter(String parameter, Object argument)