Review and discuss a generic DAO API
------------------------------------

                 Key: DELTASPIKE-60
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-60
             Project: DeltaSpike
          Issue Type: Task
          Components: Core
    Affects Versions: 0.1
            Reporter: Thomas Hug
            Assignee: Gerhard Petracek
             Fix For: 0.2


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


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to