Uses of Interface
org.hibernate.reactive.stage.Stage.AbstractQuery
Packages that use Stage.AbstractQuery
Package
Description
An API for Hibernate Reactive where non-blocking operations are
represented by a Java
CompletionStage.-
Uses of Stage.AbstractQuery in org.hibernate.reactive.stage
Subinterfaces of Stage.AbstractQuery in org.hibernate.reactive.stageModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceStage.Query<R>static interfaceMethods in org.hibernate.reactive.stage that return Stage.AbstractQueryModifier and TypeMethodDescriptionStage.AbstractQuery.setComment(String comment) Set the comment for this query.Stage.AbstractQuery.setParameter(int parameter, Object argument) Set the value of an ordinal parameter.Stage.AbstractQuery.setParameter(jakarta.persistence.Parameter<T> parameter, T argument) Set the value of a typed parameter.Stage.AbstractQuery.setParameter(String parameter, Object argument) Set the value of a named parameter.