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