| Class | Description |
|---|---|
| UnitOfWorkConcern |
UnitOfWorkConcern manages the unit of work complete, discard and retry policy. |
| Enum | Description |
|---|---|
| UnitOfWorkPropagation.Propagation |
Propagation behaviors.
|
| Annotation Type | Description |
|---|---|
| UnitOfWorkDiscardOn |
Annotation to denote the unit of work discard policy.
|
| UnitOfWorkPropagation |
Annotation to denote the unit of work propagation.
|
| UnitOfWorkRetry |
This annotation describes the retries that should occur in case of
ConcurrentEntityModificationException
occurs. |
UnitOfWork Concerns allow declarative UnitOfWork propagation, discard wrt. exceptions and automatic retry.