|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The type of aggregate this callback handlespublic interface SaveAggregateCallback<T extends AggregateRoot>
Callback used by UnitOfWork instances to be invoked when the UnitOfWork wishes to store an aggregate. This callback abstracts the actual storage mechanism away from the UnitOfWork itself.
| Method Summary | |
|---|---|
void |
save(T aggregate)
Invoked when the UnitOfWork wishes to store an aggregate. |
| Method Detail |
|---|
void save(T aggregate)
aggregate - The aggregate to store
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||