Package io.quarkus.hibernate.reactive.panache.common


package io.quarkus.hibernate.reactive.panache.common
  • Annotation Interfaces
    Class
    Description
    Define a class that is used for query projection as a nest inside the projected class.
    Define a field's path for the SELECT statement when using a projection DTO.
    Instructs Panache to perform the work represented by the Uni returned from the intercepted method within a scope of a reactive Mutiny.Session.
    Instructs Panache to trigger the Uni returned from the intercepted method within a scope of a reactive Mutiny.Session (if needed).
    Instructs Panache to trigger the Uni returned from the intercepted method within a scope of a reactive Mutiny.Transaction.