jpa - Speed up Hibernate EntityManager initialization -


I'm using a hibernate jpa provider It seems that it takes a lot of time (more than 3 seconds) Is there any way to speed it up, just loading the entity annotated classes and creating different types of trees and query trees? In fact this unit tests a downer, even if it happens once.

I've already stopped schema verification and updates thanks.


Comments

Popular posts from this blog

sql - Find last match with latest inserted name in table -

c# - XML serialize base class without knowing derived class -

Send innerHTML text in URL in JSP -