gemire / daofusion

Automatically exported from code.google.com/p/daofusion
0 stars 1 forks source link

Add the support for plain SessionFactory instead of HibernateEntityManager #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be useful if, instead of HibernateEntityManager will be possible to 
use plain SessionFactory.
The getSession() method marked final let's make impossibile this and all 
through the code of Base DAO classes the plain EntityManager API (JPA) is never 
used, always passing through the getSession() method.

Original issue reported on code.google.com by mauro.franceschini on 16 Jul 2010 at 1:39