Uses of Package
io.quarkus.hibernate.reactive.panache.common
-
Packages that use io.quarkus.hibernate.reactive.panache.common Package Description io.quarkus.hibernate.reactive.panache.common.runtime -
Classes in io.quarkus.hibernate.reactive.panache.common used by io.quarkus.hibernate.reactive.panache.common.runtime Class Description WithSession Instructs Panache to perform the work represented by theUni
returned from the intercepted method within a scope of a reactiveMutiny.Session
.WithSessionOnDemand Instructs Panache to trigger theUni
returned from the intercepted method within a scope of a reactiveMutiny.Session
(if needed).WithTransaction Instructs Panache to trigger theUni
returned from the intercepted method within a scope of a reactiveMutiny.Transaction
.