Uses of Interface
io.ebean.event.BeanPostConstructListener
Packages that use BeanPostConstructListener
-
Uses of BeanPostConstructListener in io.ebean.config
Methods in io.ebean.config that return types with arguments of type BeanPostConstructListenerModifier and TypeMethodDescriptionDatabaseConfig.getPostConstructListeners()
Return the list of BeanPostLoader instances.Methods in io.ebean.config with parameters of type BeanPostConstructListenerModifier and TypeMethodDescriptionvoid
DatabaseConfig.add
(BeanPostConstructListener listener) Register a BeanPostConstructListener instance.Method parameters in io.ebean.config with type arguments of type BeanPostConstructListenerModifier and TypeMethodDescriptionvoid
DatabaseConfig.setPostConstructListeners
(List<BeanPostConstructListener> listeners) Set the list of BeanPostLoader instances.