Uses of Interface
org.hibernate.resource.beans.container.spi.BeanLifecycleStrategy
-
Packages that use BeanLifecycleStrategy Package Description org.hibernate.resource.beans.container.internal An implementation of the bean container SPI based on CDI.org.hibernate.resource.beans.container.spi An SPI abstracting over CDI-like bean containers.org.hibernate.resource.beans.internal -
-
Uses of BeanLifecycleStrategy in org.hibernate.resource.beans.container.internal
Classes in org.hibernate.resource.beans.container.internal that implement BeanLifecycleStrategy Modifier and Type Class Description classContainerManagedLifecycleStrategyABeanLifecycleStrategyto use when CDI compliance is required (i.e.classJpaCompliantLifecycleStrategyABeanLifecycleStrategyto use when JPA compliance is required (i.e.Methods in org.hibernate.resource.beans.container.internal with parameters of type BeanLifecycleStrategy Modifier and Type Method Description protected <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 BeanLifecycleStrategy Modifier and Type Method 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) -
Uses of BeanLifecycleStrategy in org.hibernate.resource.beans.internal
Methods in org.hibernate.resource.beans.internal that return BeanLifecycleStrategy Modifier and Type Method Description static BeanLifecycleStrategyHelper. getLifecycleStrategy(boolean shouldRegistryManageLifecycle)
-