For some time, I was using Google's Generic DAO paired with Hibernate.
But now Google's Generic DAO no longer developed & I decided to find an alternative.
Advise an alternative, pls! Except Spring.
Asked
Active
Viewed 495 times
2

Alexiuscrow
- 776
- 2
- 15
- 34
-
I think you need to post this question in superuser.com.. You will get better solution. – sonsha Oct 06 '16 at 12:07
-
1If you are using Spring then http://projects.spring.io/spring-data-jpa/. If you are using CDI then https://deltaspike.apache.org/documentation/data.html. Otherwise not sure. – Alan Hay Oct 06 '16 at 12:07
-
1Isn't the EntityManager in JPA kind of like a generic DAO? – pandaadb Oct 06 '16 at 12:35