Uses of Interface
org.hibernate.resource.beans.container.spi.BeanLifecycleStrategy
Packages that use BeanLifecycleStrategy
Package
Description
An implementation of the bean container SPI based on CDI.
An SPI abstracting over CDI-like bean containers.
-
Uses of BeanLifecycleStrategy in org.hibernate.resource.beans.container.internal
Classes in org.hibernate.resource.beans.container.internal that implement BeanLifecycleStrategyModifier and TypeClassDescriptionclass
ABeanLifecycleStrategy
to use when CDI compliance is required (i.e.class
ABeanLifecycleStrategy
to use when JPA compliance is required (i.e.Methods in org.hibernate.resource.beans.container.internal with parameters of type BeanLifecycleStrategyModifier and TypeMethodDescriptionprotected <B> ContainedBeanImplementor<B>
CdiBeanContainerDelayedAccessImpl.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
(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
(Class<B> beanType, BeanLifecycleStrategy lifecycleStrategy, BeanInstanceProducer fallbackProducer) protected <B> ContainedBeanImplementor<B>
CdiBeanContainerImmediateAccessImpl.createBean
(String name, Class<B> beanType, BeanLifecycleStrategy lifecycleStrategy, BeanInstanceProducer fallbackProducer) -
Uses of BeanLifecycleStrategy in org.hibernate.resource.beans.container.spi
Methods in org.hibernate.resource.beans.container.spi with parameters of type BeanLifecycleStrategyModifier and TypeMethodDescriptionprotected 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) -
Uses of BeanLifecycleStrategy in org.hibernate.resource.beans.internal
Methods in org.hibernate.resource.beans.internal that return BeanLifecycleStrategyModifier and TypeMethodDescriptionstatic BeanLifecycleStrategy
Helper.getLifecycleStrategy
(boolean shouldRegistryManageLifecycle)