| Class | Description |
|---|---|
| PerTransactionImpl |
An implementation of the
PerTransaction annotation. |
| PerTransactionInterceptionService |
An HK2 interception service that configures the interception of methods
annotated with
Transactional annotation. |
| PerTransactionMethodInterceptor |
A method interceptor that intercepts methods annotated with @Transactional.
|
| PerTransactionOperationContext |
An implementation of
OperationContext contract for the
PerTransaction scope. |
| TransactionalContext |
A container object for setting, getting, and removing thread local Entity
Manager instance.
|
| TransactionalImpl |
An implementation of the
Transactional annotation. |
| Annotation Type | Description |
|---|---|
| PerTransaction |
PerTransaction is a scope that operates like
PerThread scope, except it is cleaned up after
a transaction is completed (committed or rolled back). |
Copyright © 2016–2017 Sharmarke Aden. All rights reserved.