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- Author:
- Steve Ebersole
-
Method Summary
Modifier and TypeMethodDescriptionvoidAllow the container to force initialize the lifecycle-generated beanvoidrelease()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
-