Hi, I suspect that there are multiple uses of the aggregate concept here. Say we have a simple aggregate: Order has one or more OrderLines.
Both are Entities, Order is the root entity of the aggregate. The aggregate is the whole structure consisting of both Order and OrderLines. I think "Aggregate" is now being used both for the whole structure and the root entity. Suggestion: Let's foster the distinction between Root Entity and Aggregate! /Niklas _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

