-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DAO Architecture #997
Comments
class PersonService { |
User: entity |
ok so you are splitting up the DAO and the Entity in two seperate classes |
yes |
For future reference, here are links to some opinions on DAO setup and key issues to track regarding DAO entities: |
I am currently trying out this library but i'm a bit curious how an architecture with the rich domain model/DAO would look like.
for example i want create a new entity but before i would like to validate the data. in a standard service->dao->db architecture i would do this in the service layer.
however i'm not quite sure how i would do this with the exposed daos.
The text was updated successfully, but these errors were encountered: