程序包 org.hibernate.resource.beans.container.internal
-
接口概要 接口 说明 CdiBasedBeanContainer -
类概要 类 说明 CdiBeanContainerBuilder Helper class for helping deal with the reflection calls relating to CDI in terms of building CDI-basedBeanContainerinstance We need to to avoid statically linking CDI classed into the ClassLoader which would lead to errors if CDI is not available on the classpath.CdiBeanContainerDelayedAccessImpl CdiBeanContainerExtendedAccessImpl CdiBeanContainerImmediateAccessImpl ContainerManagedLifecycleStrategy 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).JpaCompliantLifecycleStrategy 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).NamedBeanQualifier Used to locate named CDI beans. -
异常错误概要 异常错误 说明 NoSuchBeanException Exception indicating that the given class is not known as a CDI bean - triggers fallback handlingNotYetReadyException Exception indicating an attempt to access the CDI BeanManager before it is ready for use