We are using EMFProviderLMT with Hibernate for Locally Managed Transactions on the server part (Tomcat). Everything works fine and the EntityManagerFactory gets built when the first client request comes in.
However, to speed up the first request we would like to create the EntityManagerFactory instance eager when the container gets started. Is this somehow possible?
Thanks
Krigu
However, to speed up the first request we would like to create the EntityManagerFactory instance eager when the container gets started. Is this somehow possible?
Thanks
Krigu
Comment