Uses of Package
org.hibernate.resource.beans.container.internal
Packages that use org.hibernate.resource.beans.container.internal
Package
Description
An implementation of the bean container SPI based on CDI.
An SPI abstracting over CDI-like bean containers.
-
Classes in org.hibernate.resource.beans.container.internal used by org.hibernate.resource.beans.container.internalClassDescriptionA
BeanLifecycleStrategyto use when CDI compliance is required (i.e. when the bean lifecycle is to be managed by the CDI runtime, not the JPA runtime).ABeanLifecycleStrategyto use when JPA compliance is required (i.e. when the bean lifecycle is to be managed by the JPA runtime, not the CDI runtime). -