Tagged Questions

A cluster of associated objects that are treated as a unit for the purpose of data changes. External references are restricted to one member of the Aggregate, designated as the root. A set of consistency rules applies within the Aggregate's boundaries.

learn more… | top users | synonyms

55
votes
4answers
7k views

What's an Aggregate Root?

I'm trying to get my head around how to properly use the repository pattern. The central concept of an Aggregate Root keeps coming up. When searching both the web and Stack Overflow for help with what ...
8
votes
3answers
812 views

DDD: Getting aggregate roots for other aggregates

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 ...
7
votes
1answer
561 views

Dealing with nested aggregates in DDD

I'm just getting started in DDD, and I'm having some trouble figuring out how to accommodate the relational nature of my data. I have what I believe would be considered my aggregate root, but the ...
7
votes
3answers
2k views

DDD: aggregate root question

Let's say i got 2 entities - Foo and Bar. Foo is an aggregate root and contains Bar. As far as i understand, it should look like this: public class Foo{ private readonly Bar Bar; } I want to ...
5
votes
1answer
2k views

Repository Pattern with Entity Framework 4.1 and Parent/Child Relationships

I still have some confusion with the Repository Pattern. The primary reason why I want to use this pattern is to avoid calling EF 4.1 specific data access operations from the domain. I'd rather call ...
4
votes
3answers
209 views

DDD: refer to an entity inside an aggregate root by its identity

I'm stuck on finding the proper way to refer to entities located inside an aggregate root, when we only got their identities coming from URL parameters. I asked a previous question which ended up ...
4
votes
2answers
495 views

Aggregate Root references other aggregate roots

I'm currently working a lot with DDD, and I'm facing a problem when loading/operating on Aggregate roots from other aggregate roots. Foreach Aggregate root in my model, I also have a repository. Now ...
4
votes
1answer
131 views

What is the recommended way to add child entities to aggregate roots?

Which is a better approach, create child entities first, then pass to the aggregate root to add them, or have the aggregate root create them? For example: Order.AddOrderLine(new OrderLine(product, ...
4
votes
3answers
499 views

Aggregate roots. How far does the rabbit hole go

I'm trying to use the Repository pattern for my current project and i'm currently in the process of trying to model the domain and find the aggregate roots. I've read of the 'Cascading Delete' rule ...
3
votes
2answers
168 views

Aggregate Root complexity in Domain-Driven Design

Where does one draw the line in the complexity of an aggregate? To clarify, if my aggregate has a list of ObjectA which has a list of ObjectB which has a list of ObjectC, should my aggregate be ...
3
votes
1answer
135 views

What is the Aggregate root in this case

I have these entities User Task - every task must have a user assigned Project - a task can be assigned to a project but it's not necessary, user must be assigned as a project creator TaskStatus - ...
3
votes
3answers
356 views

DDD - How Can I Avoid Crossing Aggregate Boundaries Here?

We're working on a new project (re-writing existing app), and i'm running into problems with my domain model / repository design. Here is a (simplified) version of two key portions in our domain ...
3
votes
1answer
206 views

Accessing Subclassed Aggregate Members

I understand that we should not change children of an aggregate-root directly, but instead they should be performed via methods on the aggregate-root. E.g. order.SetOrderLineQty(product, qty); But ...
3
votes
1answer
87 views

How Can I Handle Concurrency with Persisted Calculated Properties in an Aggregate Root via NHibernate?

I have the need to persist a calculated property with an aggregate root. The calculation is based on child entities. I am using the root to add/remove the children via domain methods, and these ...
3
votes
2answers
275 views

Unit testing domain objects

We have a requirement to add an event reminder when a user enters their email address on an event page. Event is another domain object. Our initial thought was to create a Customer domain object and ...
3
votes
3answers
7k views

Eager loading of lazy loaded entities in nHibernate using ActiveRecord

I'm working on a project that has a rich object model with various sets of aggregate roots. We're using the Castle stack (Monorail through to nHibernate with ActiveRecord). We have marked the ...
2
votes
1answer
84 views

Handling application level concurrency - what's my options?

We have a thin web layer (Scalatra) that translates incoming HTTP requests into events (case classes) that are sent to a thread-bound event processing actor. Some of the events contains the id of an ...
2
votes
2answers
178 views

Getting all aggregate root entities child entities?

I am attempting to refactor my application from a repository per entity to a repository per aggregate root. A basic example would be I have an entity root of Cars. Cars have hire contracts. As far as ...
2
votes
1answer
92 views

Update an entity inside an aggregate

I was reading a similar question on SO: How update an entity inside Aggregate, but I'm still not sure how a user interface should interact with entities inside an aggregate. Let's say I have a User, ...
2
votes
2answers
93 views

Bypass an aggregate root to edit individual models

This is a follow up to another question: Bypassing Aggregate Root. The author of this question asked if bypassing an aggregate root was acceptable in his example. I have the same question, but for a ...
2
votes
1answer
137 views

How do public websites built using DDD keep from having one main aggregate root

I'm trying to use domain driven design while creating a website that is publicly accessible. One problem I'm having is trying to figure out what the aggregate roots should be for my model. I have a ...
2
votes
2answers
124 views

How can an ASP.NET MVC Action method access sub entities of an aggregate root?

I'm having trouble understanding how one would access the sub entities of an aggregate root. From answers to my previous question I now understand that I need to identify the aggregate roots of my ...
2
votes
1answer
188 views

Aggregate Root to child entity navigation using Entity Framework 4

I'm trying to apply the Aggregate Root pattern to my domain. I'm using Entity Framework 4 with POCO Entity Generator. I have two entities: MailingTask EmailLog With a one-to-many relationship. ...
2
votes
1answer
395 views

Repository pattern aggregate and aggregate root with Entity Framework 4.0

I have a question on implementing the repository pattern with my data model. I have searched online and looked into a lot of posts but I do not find any answer which clears my doubts. Basically our ...
2
votes
2answers
490 views

ASP.NET MVC/Entity Framework: Accessing aggregate objects through the aggregate root repository

I'm in the process of building my first web application using ASP.NET MVC 2 and the Entity Framework. I am using the repository pattern. From information I have gathered on Stack Overflow and other ...
2
votes
2answers
248 views

Traversing Aggregates

Doing a bit of reading around domain driven design and it seems that you're supposed to access all entities within an aggregate by traversal from the aggregate root. However, at the same time you ...
2
votes
4answers
971 views

ASP.NET MVC: what mechanic returns ViewModel objects?

As I understand it, Domain Models are classes that only describe the data (aggregate roots). They are POCOs and do not reference outside libraries (nothing special). View models on the other hand ...
2
votes
1answer
246 views

How should the addition of an aggregate root to a repository be expressed?

Let's say we have an aggregate root entity of type Order that relates customers and order lines. When I think about an order entity it's more natural to conceptualize it as not being defined without ...
1
vote
1answer
37 views

Application Layers and Contracts

What is the prefered communication: IAggregationRoot marker is stored in Domain Layer and Data Access Layer references it in IRepository contract or vice versa? EDIT I looked at Tim Maccharty's ...
1
vote
1answer
57 views

DDD - how should look-up entities be treated?

We're working on a project using DDD, but are getting stuck on how to treat look-up entities. For example, we have an aggregate called "Customer" and the entity "Customer" is also the aggregate-root. ...
1
vote
2answers
88 views

DDD: keep a link to an entity inside an aggregate root, for reporting only

I'm refactoring a project using DDD, but am concerned about not making too many Entities their own Aggregate Root. I have a Store, which has a list of ProductOptions and a list of Products. A ...
1
vote
3answers
133 views

How do read-only database views fit into the repository pattern?

Example: Your database has a SQL view named "CustomerOrdersOnHold". This view returns a filtered mix of specific customer and order data fields. You need to fetch data from this view in your ...
1
vote
2answers
97 views

How to handle paging of sub entities with the repository pattern?

I'm learning domain driven design. I am currently trying to write a simply application in C# designing it using DDD. This application has an aggregate root A which can contain 0..n sub entities B. ...
1
vote
0answers
152 views

Repository Pattern - what is the right aggregate root?

I am trying to get to grips with entity framework, the repository pattern and which objects to group together into repositories. I want to expand on my previous post Repository Pattern - aggregate ...
1
vote
1answer
167 views

Repository Pattern - aggregate root

I am trying to get my head around where the aggregates roots lie in my entity framework data model so I know what repositories I need to create. If I talk in relational database terms for a second, I ...
1
vote
2answers
261 views

How should I enforce relationships and constraints between aggregate roots?

I have a couple questions regarding the relationship between references between two aggregate roots in a DDD model. Refer to the typical Customer/Order model diagrammed below. First, should ...
1
vote
3answers
163 views

Defining boundaries and communicating between aggregate roots

I could use some help understanding my domain model a bit and making sure I am approaching the design correctly. I have an aggregate root called Department. The Department object has several child ...
1
vote
2answers
227 views

How do you persist/restore aggregate roots with entities in DDD?

Based on the following definitions from Domain-Driven Design: Tackling Complexity in the Heart of Software, An aggregate is: A cluster of associated objects that are treated as a unit for the purpose ...
1
vote
1answer
119 views

Where is the proper place to put domain logic to update a child of an aggregate root?

Is it a best practice to update children of an aggregate root directly, or only through its aggregate root? For example, which is preferred: Order.UpdateOrderLineQuantity(orderLine, quantity); or ...
1
vote
1answer
141 views

Aggregate root design and presentation layer

I was wondering if how my presentation layer is structured could be a lead to design my aggregate roots. Lets have an entity ProjectEntity and its related entity ProjectMemberEntity (1:M) The page ...
1
vote
1answer
346 views

DDD modeling, interaction between aggregate roots

Marked my aggregate roots with 1;2;3. Looks quite nice - almost like grapes. Thing I dislike is an entity that's marked with red arrow. Let's imagine that: AR #1 is company AR #2 is office ...
1
vote
3answers
1k views

DDD: Aggregate Roots

I need help with finding my aggregate root and boundary. I have 3 Entities: Plan, PlannedRole and PlannedTraining. Each Plan can include many PlannedRoles and PlannedTrainings. Solution 1: At ...
1
vote
1answer
687 views

Eager Loading aggregate roots with Entity Framework

I would like to create a more structured approach to loading the needed entity-tree: I need a serious amount of data, so I'm doing this using type-safe Includes (just a normal Include but with ...
0
votes
2answers
68 views

Domain Driven Design - Aggregate Root design issue

I am currently refactoring a system. I've got the following situation: The system is about providing information about companies across several business sectors. Each company can be active in one ...
0
votes
1answer
45 views

Networks: how to model them using aggregate roots?

A domain model defines a.o. the relationships between entities and we define aggregate roots to provide encapsulation and transaction boundaries. The well known relationships are one-to-one ...
0
votes
2answers
56 views

DDD and authorization - dependent objects as aggregate roots?

I wonder whether I should model dependent objects as aggregate roots. Let's say I have a TaskList and this list has Tasks. A Task cannot exist without a TaskList but it can be viewed and edited ...
0
votes
2answers
57 views

How to best select a single entity from an aggregate root's child collection using NHibernate?

I am wondering about what's considered the better or more correct practise in the following scenario: I've mapped the following business entities with NHibernate: Wall WallPost WallPostComment A ...
0
votes
1answer
114 views

If an Entity becomes the root of an Aggregate, does the Aggregate Root use the existing ID of the root Entity or does the AR create its own ID?

In Domain Driven Design (DDD), an Entity always has its own unique identity. In my reading on DDD I have seen statements and examples that seem to mix the concepts of "unique identity" between ...
0
votes
1answer
104 views

two aggregate roots in fluent nhibernate

The problem is that I have two aggregate roots The Aggregate roots are Project. NewsArticle. A Project can have a collection of related NewsArticle. A NewsArticle can have a collection of ...
0
votes
1answer
222 views

To aggregate or not - order/orderline

About Domain Driven Design, Order and OrderLines are always seen as an aggregate, where Order is the root. Normally, once an order is created, one cannot change it. In my case however, that is ...

1 2