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
Post a Comment