Package | Description |
---|---|
org.hibernate.resource.beans.container.internal | |
org.hibernate.resource.beans.container.spi | |
org.hibernate.resource.beans.internal |
Modifier and Type | Class and Description |
---|---|
class |
ContainerManagedLifecycleStrategy
A
BeanLifecycleStrategy to use when CDI compliance is required
(i.e. |
class |
JpaCompliantLifecycleStrategy
A
BeanLifecycleStrategy to use when JPA compliance is required
(i.e. |
Modifier and Type | Method and Description |
---|---|
protected <B> ContainedBeanImplementor<B> |
CdiBeanContainerDelayedAccessImpl.createBean(Class<B> beanType,
BeanLifecycleStrategy lifecycleStrategy,
BeanInstanceProducer fallbackProducer) |
protected <B> ContainedBeanImplementor<B> |
CdiBeanContainerExtendedAccessImpl.createBean(Class<B> beanType,
BeanLifecycleStrategy lifecycleStrategy,
BeanInstanceProducer fallbackProducer) |
protected <B> ContainedBeanImplementor<B> |
CdiBeanContainerImmediateAccessImpl.createBean(Class<B> beanType,
BeanLifecycleStrategy lifecycleStrategy,
BeanInstanceProducer fallbackProducer) |
protected <B> ContainedBeanImplementor<B> |
CdiBeanContainerDelayedAccessImpl.createBean(String name,
Class<B> beanType,
BeanLifecycleStrategy lifecycleStrategy,
BeanInstanceProducer fallbackProducer) |
protected <B> ContainedBeanImplementor<B> |
CdiBeanContainerExtendedAccessImpl.createBean(String name,
Class<B> beanType,
BeanLifecycleStrategy lifecycleStrategy,
BeanInstanceProducer fallbackProducer) |
protected <B> ContainedBeanImplementor<B> |
CdiBeanContainerImmediateAccessImpl.createBean(String name,
Class<B> beanType,
BeanLifecycleStrategy lifecycleStrategy,
BeanInstanceProducer fallbackProducer) |
Modifier and Type | Method and Description |
---|---|
protected abstract <B> ContainedBeanImplementor<B> |
AbstractCdiBeanContainer.createBean(Class<B> beanType,
BeanLifecycleStrategy lifecycleStrategy,
BeanInstanceProducer fallbackProducer) |
protected abstract <B> ContainedBeanImplementor<B> |
AbstractCdiBeanContainer.createBean(String name,
Class<B> beanType,
BeanLifecycleStrategy lifecycleStrategy,
BeanInstanceProducer fallbackProducer) |
Modifier and Type | Method and Description |
---|---|
BeanLifecycleStrategy |
Helper.getLifecycleStrategy(boolean shouldRegistryManageLifecycle) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.