Package io.quarkus.hibernate.orm.runtime.cdi
package io.quarkus.hibernate.orm.runtime.cdi
-
ClassesClassDescriptionA replacement for ManagedBeanRegistryImpl that: forces the use of QuarkusManagedBeanRegistry, which works with Arc and respects configured scopes when instantiating CDI beans. is not stoppable and leaves the release of beans to
QuarkusArcBeanContainer, so that the bean container and its beans can be reused between static init and runtime init, even though we stop Hibernate ORM services after the end of static init.