Class CdiBeanContainerBuilder
- java.lang.Object
-
- org.hibernate.resource.beans.container.internal.CdiBeanContainerBuilder
-
public class CdiBeanContainerBuilder extends Object
Helper class for helping deal with the reflection calls relating to CDI in terms of building CDI-basedBeanContainer
instance We need to avoid statically linking CDI classed into the ClassLoader which would lead to errors if CDI is not available on the classpath.
-
-
Constructor Summary
Constructors Constructor Description CdiBeanContainerBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BeanContainer
fromBeanManagerReference(Object beanManagerRef, ServiceRegistry serviceRegistry)
-
-
-
Method Detail
-
fromBeanManagerReference
public static BeanContainer fromBeanManagerReference(Object beanManagerRef, ServiceRegistry serviceRegistry)
-
-