-
- All Implemented Interfaces:
public interface TrackingContext
-
-
Method Summary
Modifier and Type Method Description abstract Unitclear()Clear the tracking context. abstract List<AggregateRoot>getTrackedAggregateRoots()Get all the tracked aggregates. -
-
Method Detail
-
getTrackedAggregateRoots
abstract List<AggregateRoot> getTrackedAggregateRoots()
Get all the tracked aggregates.
-
-
-
-