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

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

Registering an Interceptor For All Interface Implementaions in Castle Windsor -