Uses of Class
io.ebean.event.changelog.BeanChange
-
Packages that use BeanChange Package Description io.ebean.event.changelog Provides a built in change log mechanism and can audit changes. -
-
Uses of BeanChange in io.ebean.event.changelog
Methods in io.ebean.event.changelog that return types with arguments of type BeanChange Modifier and Type Method Description List<BeanChange>
ChangeSet. getChanges()
Return the bean changes.Methods in io.ebean.event.changelog with parameters of type BeanChange Modifier and Type Method Description void
ChangeSet. addBeanChange(BeanChange beanChange)
Add a bean change to the change set.Method parameters in io.ebean.event.changelog with type arguments of type BeanChange Modifier and Type Method Description void
ChangeSet. setChanges(List<BeanChange> changes)
Set the bean changes (used by JSON tools).
-