Interface ContainedBeanImplementor<B>
- All Superinterfaces:
ContainedBean<B>,ManagedBean<B>
Releasable extension to
ContainedBean. We make this split to clarify
that clients of BeanContainer are not usually responsible for calling
initialize() and release().-
Method Summary
Modifier and TypeMethodDescriptionvoidAllow the container to force initialize the lifecycle-generated beanvoidrelease()Release any resourcesMethods inherited from interface org.hibernate.resource.beans.spi.ManagedBean
getBeanClass, getBeanInstance
-
Method Details
-
initialize
void initialize()Allow the container to force initialize the lifecycle-generated bean -
release
void release()Release any resources
-