Uses of Interface
io.ebean.event.BeanPostLoad
Packages that use BeanPostLoad
-
Uses of BeanPostLoad in io.ebean.config
Methods in io.ebean.config that return types with arguments of type BeanPostLoadModifier and TypeMethodDescriptionDatabaseConfig.getPostLoaders()Return the list of BeanPostLoader instances.Methods in io.ebean.config with parameters of type BeanPostLoadModifier and TypeMethodDescriptionvoidDatabaseConfig.add(BeanPostLoad postLoad) Register a BeanPostLoad instance.Method parameters in io.ebean.config with type arguments of type BeanPostLoadModifier and TypeMethodDescriptionvoidDatabaseConfig.setPostLoaders(List<BeanPostLoad> postLoaders) Set the list of BeanPostLoader instances.