Interface ContainedBeanImplementor<B>
- All Superinterfaces:
ContainedBean<B>
Release-able extension to
ContainedBean
. We make the split to make it
clear that generally speaking the callers to BeanContainer should not perform
the release-
Method Summary
Modifier and TypeMethodDescriptionvoid
Allow the container to force initialize the lifecycle-generated beanvoid
release()
Release any resourcesMethods inherited from interface org.hibernate.resource.beans.container.spi.ContainedBean
getBeanInstance
-
Method Details
-
initialize
void initialize()Allow the container to force initialize the lifecycle-generated bean -
release
void release()Release any resources
-