Class FallbackContainedBean<B>
java.lang.Object
org.hibernate.resource.beans.container.spi.FallbackContainedBean<B>
- All Implemented Interfaces:
ContainedBean<B>
,ManagedBean<B>
-
Constructor Summary
ConstructorsConstructorDescriptionFallbackContainedBean
(Class<B> beanType, BeanInstanceProducer producer) FallbackContainedBean
(String beanName, Class<B> beanType, BeanInstanceProducer producer) -
Method Summary
Modifier and TypeMethodDescriptionThe bean Java typeGet the bean instance producer associated with this container-backed bean
-
Constructor Details
-
FallbackContainedBean
-
FallbackContainedBean
-
-
Method Details
-
getBeanClass
Description copied from interface:ManagedBean
The bean Java type- Specified by:
getBeanClass
in interfaceManagedBean<B>
-
getBeanInstance
Description copied from interface:ContainedBean
Get the bean instance producer associated with this container-backed bean- Specified by:
getBeanInstance
in interfaceContainedBean<B>
- Specified by:
getBeanInstance
in interfaceManagedBean<B>
-