| Interface | Description |
|---|---|
| Transactional<This extends Transactional<This>> |
A mixin interface to expose transaction methods on the sql object.
|
| TransactionalCallback<R,T extends Transactional<T>,X extends Exception> | |
| TransactionalConsumer<T extends Transactional<T>,X extends Exception> |
| Class | Description |
|---|---|
| Transaction.Decorator | |
| TransactionIsolation.Factory |
| Annotation Type | Description |
|---|---|
| Transaction |
Causes the annotated method to be run in a transaction.
|
| TransactionIsolation |
Used to specify the transaction isolation level for an object or method (via annotating the method
or passing it in as an annotated param).
|
Copyright © 2017. All rights reserved.