Package org.hibernate.resource.beans.container.internal
package org.hibernate.resource.beans.container.internal
An implementation of the bean container SPI based on CDI.
-
ClassDescriptionHelper class for helping deal with the reflection calls relating to CDI in terms of building CDI-based
BeanContainerinstance We need to avoid statically linking CDI classed into the ClassLoader which would lead to errors if CDI is not available on the classpath.ABeanLifecycleStrategyto use when CDI compliance is required (i.e. when the bean lifecycle is to be managed by the CDI runtime, not the JPA runtime).ABeanLifecycleStrategyto use when JPA compliance is required (i.e. when the bean lifecycle is to be managed by the JPA runtime, not the CDI runtime).Used to locate named CDI beans.Exception indicating that the given class is not known as a CDI bean - triggers fallback handlingException indicating an attempt to access the CDI BeanManager before it is ready for use