| 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. |
| 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–2018 Sharmarke Aden. All rights reserved.