Uses of Interface
org.hibernate.reactive.mutiny.Mutiny.AbstractQuery
-
Packages that use Mutiny.AbstractQuery Package Description org.hibernate.reactive.mutiny An API for Hibernate Reactive where non-blocking operations are represented by a MutinyUni. -
-
Uses of Mutiny.AbstractQuery in org.hibernate.reactive.mutiny
Subinterfaces of Mutiny.AbstractQuery in org.hibernate.reactive.mutiny Modifier and Type Interface Description static interfaceMutiny.MutationQuerystatic interfaceMutiny.Query<R>static interfaceMutiny.SelectionQuery<R>Methods in org.hibernate.reactive.mutiny that return Mutiny.AbstractQuery Modifier and Type Method Description Mutiny.AbstractQueryMutiny.AbstractQuery. setComment(String comment)Set the comment for this query.Mutiny.AbstractQueryMutiny.AbstractQuery. setParameter(int parameter, Object argument)Set the value of an ordinal parameter.<T> Mutiny.AbstractQueryMutiny.AbstractQuery. setParameter(jakarta.persistence.Parameter<T> parameter, T argument)Set the value of a typed parameter.Mutiny.AbstractQueryMutiny.AbstractQuery. setParameter(String parameter, Object argument)Set the value of a named parameter.
-