Package io.quarkus.hibernate.orm.runtime
package io.quarkus.hibernate.orm.runtime
-
ClassDescriptionThis can not inherit from HibernatePersistenceProvider as that would force the native-image tool to include all code which could be triggered from using that: we need to be able to fully exclude HibernatePersistenceProvider from the native image.Deprecated, for removal: This API element is subject to removal in a future version.Bean that is used to manage request scoped sessionsBean that is used to manage request scoped stateless sessionsPlays the exact same role as
SessionLazyDelegatorforSessionDuring the static init phase, we don't access the PersistenceProviderResolver.