Generic « EntityManager « JPA Q&A





1. How to implement generics using JPA/hibernate EntityManager and EJB3.0?    stackoverflow.com

I have an slsb holding my business logic, how do I use generics to change the following three methods into one generic method ? The first two are the same db, ...