Search

Search results

Are Repositories Domain Model Objects?

... I referred to DDD Sample Project, I noticed that: repositories are placed in “domian.model”package.   I deliberated ... Even though it is only an interface in domain model, repositories have to deal with data access logic, this is their inherent ...    So, I think it is not suitable to place repositories in domain model. We all know: For creating a clean domain model, ...

Forum topic - Laurence - 11/25/2009 - 01:22 - 105 comments - 0 attachments

Best way to update groups of aggregate roots question

... don't like this since it requires the service to access repositories to retrieve and save the projects, but to me this is perfectly ...

Forum topic - JRodman - 03/16/2010 - 13:57 - 25 comments - 0 attachments

Repository question : Pls help

I ve a question in using Repositories .. Business case: For example ,I am dealing with a ... namely patients,Inpatients,OutPatients ? 2.How many repositories i should have 3? Please help me on this. Thanks ...

Forum topic - devasena_ace - 05/19/2010 - 09:29 - 17 comments - 0 attachments

DDD Architecture Suggestion :Pls

...     1)    Can I use repositories with entities & value objects in this layer on this context.. ...

Forum topic - devasena_ace - 04/06/2010 - 05:54 - 20 comments - 0 attachments

Repository

... the actual storage and query technology. Provide Repositories only for Aggregate Roots that actually need direct access. Keep ... model, delegating all object storage and access to the Repositories . ...

Wiki page - Vladimir Gitlevich - 04/21/2009 - 15:01 - 0 comments

Table of Contents

... Reconstituting Stored Objects Repositories        Querying a ...

Page - Vladimir Gitlevich - 03/31/2009 - 21:38 - 0 comments