Interface ContainedBeanImplementor<B>

All Superinterfaces:
ContainedBean<B>, ManagedBean<B>

public interface ContainedBeanImplementor<B> extends ContainedBean<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 Type
    Method
    Description
    void
    Allow the container to force initialize the lifecycle-generated bean
    void
    Release any resources

    Methods 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