Uses of Interface
io.ebean.event.BeanPersistListener
Packages that use BeanPersistListener
Package
Description
Configuration settings for Database construction
Persist and Query Event Controllers and Listeners
Provides a API for plugins.
-
Uses of BeanPersistListener in io.ebean
Methods in io.ebean that return types with arguments of type BeanPersistListenerModifier and TypeMethodDescriptionDatabaseBuilder.Settings.getPersistListeners()
Return the BeanPersistListener instances.Methods in io.ebean with parameters of type BeanPersistListenerModifier and TypeMethodDescriptionDatabaseBuilder.add
(BeanPersistListener beanPersistListener) Register a BeanPersistListener instance.Method parameters in io.ebean with type arguments of type BeanPersistListenerModifier and TypeMethodDescriptionDatabaseBuilder.setPersistListeners
(List<BeanPersistListener> persistListeners) Register all the BeanPersistListener instances. -
Uses of BeanPersistListener in io.ebean.config
Methods in io.ebean.config that return types with arguments of type BeanPersistListenerMethods in io.ebean.config with parameters of type BeanPersistListenerMethod parameters in io.ebean.config with type arguments of type BeanPersistListenerModifier and TypeMethodDescriptionDatabaseConfig.setPersistListeners
(List<BeanPersistListener> persistListeners) -
Uses of BeanPersistListener in io.ebean.event
Classes in io.ebean.event that implement BeanPersistListenerModifier and TypeClassDescriptionclass
Provides a base implementation of BeanPersistListener. -
Uses of BeanPersistListener in io.ebean.plugin
Methods in io.ebean.plugin that return BeanPersistListener