[akka-user] Akka design to create repositories.

2016-09-20 Thread Love Hasija
Will appreciate some help -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >> Search the archives: https://groups.google.com/group/akka-user --- You received this message

[akka-user] Akka design to create repositories.

2016-09-19 Thread Love Hasija
Hi, I am trying to create a domain driven repository using Akka. However, i am confused with regard to what the ideal design should look like. I have domain objects like Entity and a repository needs to be created with various interfaces like findByXYZ() and add(). The requirement for