java.lang.Object
io.ebeaninternal.server.deploy.ChainedBeanPostLoad
- All Implemented Interfaces:
BeanPostLoad
Handles multiple BeanPostLoad's for a given entity type.
-
Constructor Summary
ConstructorsConstructorDescriptionChainedBeanPostLoad(List<BeanPostLoad> list) Construct given the list of BeanPostLoad's. -
Method Summary
Modifier and TypeMethodDescriptionDe-register a BeanPostLoad and return the resulting chain.booleanisRegisterFor(Class<?> cls) voidFire postLoad on all registered BeanPostLoad implementations.Register a new BeanPostLoad and return the resulting chain.
-
Constructor Details
-
ChainedBeanPostLoad
Construct given the list of BeanPostLoad's.
-
-
Method Details
-
register
Register a new BeanPostLoad and return the resulting chain. -
deregister
De-register a BeanPostLoad and return the resulting chain. -
isRegisterFor
- Specified by:
isRegisterForin interfaceBeanPostLoad
-
postLoad
Fire postLoad on all registered BeanPostLoad implementations.- Specified by:
postLoadin interfaceBeanPostLoad
-