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 interface
Mutiny.MutationQuery
static interface
Mutiny.Query<R>
static interface
Mutiny.SelectionQuery<R>
Methods in org.hibernate.reactive.mutiny that return Mutiny.AbstractQuery Modifier and Type Method Description Mutiny.AbstractQuery
Mutiny.AbstractQuery. setComment(String comment)
Set the comment for this query.Mutiny.AbstractQuery
Mutiny.AbstractQuery. setParameter(int parameter, Object argument)
Set the value of an ordinal parameter.<T> Mutiny.AbstractQuery
Mutiny.AbstractQuery. setParameter(jakarta.persistence.Parameter<T> parameter, T argument)
Set the value of a typed parameter.Mutiny.AbstractQuery
Mutiny.AbstractQuery. setParameter(String parameter, Object argument)
Set the value of a named parameter.
-