I have built my application on Hibernate, but now I need to get EntityManager for one third-party module.
Could you please give me some hints how to get JPA objects from Hibernate?
(in my case I have SessionFactory and need EntityManager)
I have built my application on Hibernate, but now I need to get EntityManager for one third-party module.
Could you please give me some hints how to get JPA objects from Hibernate?
(in my case I have SessionFactory and need EntityManager)