Class AbstractBeanPersistListener

java.lang.Object
io.ebean.event.AbstractBeanPersistListener
All Implemented Interfaces:
BeanPersistListener

public abstract class AbstractBeanPersistListener extends Object implements BeanPersistListener
Provides a base implementation of BeanPersistListener.

Objects extending this should override the methods then are interested in. The default inserted() updated() and deleted() methods return false and as such means other servers in the cluster are not notified.