Uses of Interface
io.ebean.event.BeanPostLoad
Packages that use BeanPostLoad
Package
Description
Configuration settings for Database construction
-
Uses of BeanPostLoad in io.ebean
Methods in io.ebean that return types with arguments of type BeanPostLoadModifier and TypeMethodDescriptionDatabaseBuilder.Settings.getPostLoaders()
Return the list of BeanPostLoader instances.Methods in io.ebean with parameters of type BeanPostLoadModifier and TypeMethodDescriptionDatabaseBuilder.add
(BeanPostLoad postLoad) Register a BeanPostLoad instance.Method parameters in io.ebean with type arguments of type BeanPostLoadModifier and TypeMethodDescriptionDatabaseBuilder.setPostLoaders
(List<BeanPostLoad> postLoaders) Set the list of BeanPostLoader instances. -
Uses of BeanPostLoad in io.ebean.config
Methods in io.ebean.config that return types with arguments of type BeanPostLoadMethods in io.ebean.config with parameters of type BeanPostLoadMethod parameters in io.ebean.config with type arguments of type BeanPostLoad