Class ChainedBeanPostLoad

java.lang.Object
io.ebeaninternal.server.deploy.ChainedBeanPostLoad
All Implemented Interfaces:
BeanPostLoad

public final class ChainedBeanPostLoad extends Object implements BeanPostLoad
Handles multiple BeanPostLoad's for a given entity type.
  • Constructor Details

    • ChainedBeanPostLoad

      public ChainedBeanPostLoad(List<BeanPostLoad> list)
      Construct given the list of BeanPostLoad's.
  • Method Details