类 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-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.- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 CdiBeanContainerBuilder()
-
-
-
方法详细资料
-
fromBeanManagerReference
public static BeanContainer fromBeanManagerReference(Object beanManagerRef, ServiceRegistry serviceRegistry)
-
-