On Thu, 25 Feb 2016 11:30:44 -0300, g kuczera wrote:
In the end I gave up implementing the JPA, because I do not want to mix
these two different approaches (Hibernate sessions and JPA).
The suggestion would be using JPA instead of Hibernate, not mixing them.
So I have one questions: where d
In the end I gave up implementing the JPA, because I do not want to mix
these two different approaches (Hibernate sessions and JPA).
So I have one questions: where do I find the HibernateSessionManager
implementation? It looks that I can't use regular
session.getTransaction().commit() becase it gi