Uses of Class
io.ebean.event.changelog.BeanChange
Package
Description
Provides a built in change log mechanism and can audit changes.
-
Uses of BeanChange in io.ebean.event.changelog
Modifier and TypeMethodDescriptionvoid
ChangeSet.addBeanChange
(BeanChange beanChange) Add a bean change to the change set.Modifier and TypeMethodDescriptionvoid
ChangeSet.setChanges
(List<BeanChange> changes) Set the bean changes (used by JSON tools).