Module io.ebean.api

Class BeanPersistAdapter

java.lang.Object
io.ebean.event.BeanPersistAdapter
All Implemented Interfaces:
BeanPersistController

public abstract class BeanPersistAdapter extends Object implements BeanPersistController
A no operation implementation of BeanPersistController. Objects extending this need to only override the methods they want to.

A BeanPersistAdapter is either found automatically via class path search or can be added programmatically via DatabaseConfig.add(BeanPersistController) or DatabaseConfig.setPersistControllers(java.util.List).