How to deleting an Aggregate Root with Multi-Level Child Entities #24698
Unanswered
snowchenlei
asked this question in
Q&A
Replies: 1 comment
-
|
The example: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an aggregate root that supports soft deletes and contains multiple levels of child entities (child entities, grandchild entities, etc.). When I delete the aggregate root, I want all its child entities to be soft deleted simultaneously.
My question is:
Any guidance, best practices, or practical examples would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions