You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be able to benefit from it, we need to extra the classpath scanning logic so that it can be optimized. It boils down to exposing a PersistenceManagedTypes bean, rather than setting the packages to scan on the EntityManagerBuilder.
The text was updated successfully, but these errors were encountered:
Spring Framework has introduced optimized processing of JPA entities, see spring-projects/spring-framework#28287
To be able to benefit from it, we need to extra the classpath scanning logic so that it can be optimized. It boils down to exposing a
PersistenceManagedTypes
bean, rather than setting the packages to scan on theEntityManagerBuilder
.The text was updated successfully, but these errors were encountered: