Package io.quarkus.hibernate.orm.runtime.cdi
package io.quarkus.hibernate.orm.runtime.cdi
-
ClassesClassDescriptionA
BeanContainerthat works with other build-time elements in Quarkus to achieve a behavior that is as unsurprising as possible, while complying with the Jakarta Persistence spec where possible.An override of lifecycle options covering what can actually be supported in Quarkus.A replacement for ManagedBeanRegistryImpl that: forces the use ofQuarkusArcBeanContainer, which works with Arc and respects configured scopes when instantiating CDI beans. is not stoppable and leaves the release of beans toQuarkusArcBeanContainer, 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.