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

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -