Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设这个用例:
我想从波士顿获得一位客户,他在今年 3 月到 7 月之间购买了一些东西。
使用 DDD
我应该使用女巫实现吗?
您使用规范模式还是显式查询方法取决于您将拥有的查询的性质和种类。您可以从显式方法开始,一旦组合的数量变得无法管理,就创建一个规范对象。无论如何,存储库或查询服务将处理查询。您可以考虑使用读取模型将查询的责任与您的域模型分离。