| Class | Description |
|---|---|
| AbstractChangeProcessStrategy<TS_OPS extends TargetSystemOps> |
Abstract base class for change process strategies implementing common audit and execution patterns.
|
| NonTxChangeProcessStrategy |
Change process strategy for non-transactional target systems.
|
| SharedTxChangeProcessStrategy |
Change process strategy for transactional target systems with shared audit store.
|
| SimpleTxChangeProcessStrategy |
Change process strategy for transactional target systems with separate audit store.
|