Interface ContainedBeanImplementor<B>

All Superinterfaces:
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
  • 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.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