接口 ContainedBeanImplementor<B>
-
- 所有超级接口:
ContainedBean<B>
public interface ContainedBeanImplementor<B> extends 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- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidinitialize()Allow the container to force initialize the lifecycle-generated beanvoidrelease()Release any resources-
从接口继承的方法 org.hibernate.resource.beans.container.spi.ContainedBean
getBeanInstance
-
-