Up to date, JPA compliant GenericDAO Implementation
        Posted  
        
            by HDave
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by HDave
        
        
        
        Published on 2010-05-20T03:16:11Z
        Indexed on 
            2010/05/20
            4:20 UTC
        
        
        Read the original article
        Hit count: 428
        
I read this article:
http://www.ibm.com/developerworks/java/library/j-genericdao.html
several times and believe I understand what it is saying. However, it is 4 years old and I have a JPA compliant Java application to contend with. In addition, I see that there is a JPATemplate in Spring that has some good functionality, but the Spring documentation says it is already deprecated!
Can anybody point me to a solid, modern, JPA compliant, Spring based, working example of a GenericDAOImpl that proxies an Interface to provide generic finder execution?
© Stack Overflow or respective owner