You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a bit newbie in DDD and I was just wondering why an impl of Repository requires the entity to implement AggregateRoot.
In my POC Im developing an Image Repository and by now I'm not considering to build another entity that will be like a "bunch of pictures". Also, at this moment I dont want to implement kind of events to trigger operations in this repository.
Could you help me?
The text was updated successfully, but these errors were encountered:
Hi there!
I'm a bit newbie in DDD and I was just wondering why an impl of Repository requires the entity to implement AggregateRoot.
In my POC Im developing an Image Repository and by now I'm not considering to build another entity that will be like a "bunch of pictures". Also, at this moment I dont want to implement kind of events to trigger operations in this repository.
Could you help me?
The text was updated successfully, but these errors were encountered: