Interface | Description |
---|---|
TransactionConfig |
Optional config for transactions
|
Class | Description |
---|---|
TransactionHelper |
This class allows to execute CDI-unmanaged code blocks in a
@Transactional manner.
|
Annotation Type | Description |
---|---|
Transactional |
If it isn't possible to use EJBs, this interceptor adds transaction support to methods or a class.
|
TransactionScoped |
A @TransactionScoped contextual instance will be unique for a given
transaction controlled by
Transactional . |
Copyright © 2020 The Apache Software Foundation. All rights reserved.