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