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