Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in aggregateroot

Aggregate Root in context of Repository Pattern

How to define DDD Aggregate root for hierarchical data structure?

Accessing Subclassed Aggregate Members

DDD: Can an Aggregate Root be an Entity within another Aggregate Root?

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

DDD: can a Repository return entities inside an aggregate?

Repository pattern aggregate and aggregate root with Entity Framework 4.0

DDD modeling, interaction between aggregate roots

Getting all aggregate root entities child entities?

domain driven design method duplication

How to handle concurrent constraints across aggregate roots

How to model aggregates that will be created in multiple steps, like wizard style

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

DDD: how to properly implement with JPA/Hibernate entities relation?

DDD: Aggregate Root accessed by another aggregate root

In Domain Driven Design, may a transaction modify more than one aggregate?

DDD - Share or duplicate a value object to be used between two aggregate roots?

The role of Aggregate roots in a REST API (DDD)

DDD - How Can I Avoid Crossing Aggregate Boundaries Here?

DDD: Aggregate Roots