Package io.quarkus.hibernate.reactive.panache.common
-
Annotation Types Summary Annotation Type Description ProjectedFieldName Define a field's path for the SELECT statement when using a projection DTO.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
.