Package org.hibernate.resource.beans.container.spi
package org.hibernate.resource.beans.container.spi
An SPI abstracting over CDI-like bean containers.
-
ClassDescriptionAbstracts any kind of container for managed beans, for example, the CDI
BeanManager
.Models how the lifecycle for a bean should be managed.Releasable extension toContainedBean
.This contract and the nested LifecycleListener contract represent the changes we'd like to propose to the CDI spec.Contract for things interested in receiving notifications of BeanManager lifecycle events.