Uses of Interface
io.ebean.event.BeanPostConstructListener
-
Uses of BeanPostConstructListener in io.ebean.config
Modifier and TypeMethodDescriptionDatabaseConfig.getPostConstructListeners()
Return the list of BeanPostLoader instances.Modifier and TypeMethodDescriptionvoid
DatabaseConfig.add
(BeanPostConstructListener listener) Register a BeanPostConstructListener instance.Modifier and TypeMethodDescriptionvoid
DatabaseConfig.setPostConstructListeners
(List<BeanPostConstructListener> listeners) Set the list of BeanPostLoader instances.