ponytales / marco

Simple OSGi enabled e-commerce backend.
0 stars 0 forks source link

Complete dao api #2

Open ponytales opened 5 years ago

ponytales commented 5 years ago

Maybe some dao specific helper methods should be added.

ponytales commented 5 years ago

Basically the dao services consist of generic CRUD operations. But some interfaces contain additional helper methods, which are useful in the specific context. For example CartDao should contain a method to find a cart by assigned session (since a session is required and they map 1-to-1).