Uses of Interface
io.ebean.event.BeanPostLoad
-
Packages that use BeanPostLoad Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of BeanPostLoad in io.ebean.config
Methods in io.ebean.config that return types with arguments of type BeanPostLoad Modifier and Type Method Description List<BeanPostLoad>
DatabaseConfig. getPostLoaders()
Return the list of BeanPostLoader instances.Methods in io.ebean.config with parameters of type BeanPostLoad Modifier and Type Method Description void
DatabaseConfig. add(BeanPostLoad postLoad)
Register a BeanPostLoad instance.Method parameters in io.ebean.config with type arguments of type BeanPostLoad Modifier and Type Method Description void
DatabaseConfig. setPostLoaders(List<BeanPostLoad> postLoaders)
Set the list of BeanPostLoader instances.
-