Uses of Class
io.ebean.event.changelog.BeanChange
Packages that use BeanChange
Package
Description
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 BeanChangeMethods in io.ebean.event.changelog with parameters of type BeanChangeModifier and TypeMethodDescriptionvoid
ChangeSet.addBeanChange
(BeanChange beanChange) Add a bean change to the change set.Method parameters in io.ebean.event.changelog with type arguments of type BeanChangeModifier and TypeMethodDescriptionvoid
ChangeSet.setChanges
(List<BeanChange> changes) Set the bean changes (used by JSON tools).