Index

I R V 
All Classes and Interfaces|All Packages

I

io.quarkus.transaction.annotations - package io.quarkus.transaction.annotations
 

R

Rollback - Annotation Interface in io.quarkus.transaction.annotations
If you annotate your exception with this annotation, the transactional interceptor will use the exception's instructions to force a rollback or not.

V

value() - Element in annotation interface io.quarkus.transaction.annotations.Rollback
Specify whether the annotated exception should cause a rollback or not.
I R V 
All Classes and Interfaces|All Packages