These are my entities and relations:
NO entity can exist without entity A. When A is deleted all other entities will be deleted too. Therefore A is my aggregate root.
But I am not sure wether
1.) B is also an aggregate root for entity C,D and E
2.) E is also an aggregate root for entity F
1.) C,D and E can not exist without B being created
2.) F can not exist without E being created
Do I have now 3 aggregate roots and therefore create 3 repositories?