| Class | Description |
|---|---|
| TransactionalProxy |
The proxy that takes care of wrapping annotated methods within a transaction.
|
| Annotation Type | Description |
|---|---|
| Transactional |
Annotating methods of an interface with this annotation will make those methods run within a transaction
provided by the host application.
|
Copyright © 2018 Atlassian. All rights reserved.