Description
A CDI extension based DAO API is intended to help simplifying DAOs. JPA query methods often require repetitive code and clutter DAOs. Getting rid of boilerplate and allowing to create simple queries declaratively will help keeping focus on the more complex query logic.
Topics:
- Declarative queries
- Simplified usage of JPA
There is already an existing CDI extension approaching this problem:
https://github.com/ctpconsulting/query
http://ctpconsulting.github.com/query/latest
Attachments
Issue Links
- is blocked by
-
DELTASPIKE-113 Review and Discuss ServiceHandlers
- Closed