Interface | Description |
---|---|
TransactionConfig |
Optional config for transactions
|
Class | Description |
---|---|
TransactionHelper |
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 © 2016 The Apache Software Foundation. All rights reserved.