Uses of Interface
io.ebean.event.BeanPostLoad
-
Uses of BeanPostLoad in io.ebean.config
Modifier and TypeMethodDescriptionDatabaseConfig.getPostLoaders()
Return the list of BeanPostLoader instances.Modifier and TypeMethodDescriptionvoid
DatabaseConfig.add
(BeanPostLoad postLoad) Register a BeanPostLoad instance.Modifier and TypeMethodDescriptionvoid
DatabaseConfig.setPostLoaders
(List<BeanPostLoad> postLoaders) Set the list of BeanPostLoader instances.