DDD: Getting aggregate roots for other aggregates

Posted by Ed on Stack Overflow See other posts from Stack Overflow or by Ed
Published on 2010-02-14T19:04:11Z Indexed on 2010/04/03 2:33 UTC
Read the original article Hit count: 434

I've been studying DDD for the past 2 weeks, and one of the things that really stuck out to me was how aggregate roots can contain other aggregate roots. Aggregate roots are retrieved from the repository, but if a root contains another root, does the repository have a reference to the other repository and asks it to build the subroot?

© Stack Overflow or respective owner

Related posts about ddd

Related posts about aggregateroot