Uses of Package
io.ebean.event.changelog
-
Packages that use io.ebean.event.changelog Package Description io.ebean.config Configuration settings for Database constructionio.ebean.event.changelog Provides a built in change log mechanism and can audit changes. -
Classes in io.ebean.event.changelog used by io.ebean.config Class Description ChangeLogListener Listen for changes.ChangeLogPrepare Listen for changes.ChangeLogRegister Used to assign ChangeLogFilters to bean types. -
Classes in io.ebean.event.changelog used by io.ebean.event.changelog Class Description BeanChange A bean insert, update or delete change sent as part of a ChangeSet.ChangeLogFilter Used to provide fine grained control over what persist requests are included in the change log.ChangeSet Holds a set of changes.ChangeType The type of the change.TxnState Transaction state when ChangeSets are sent to the ChangeSetListener.