JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
io.ebean.event.changelog.ChangeSet
Packages that use
ChangeSet
Package
Description
io.ebean.event.changelog
Provides a built in change log mechanism and can audit changes.
Uses of
ChangeSet
in
io.ebean.event.changelog
Methods in
io.ebean.event.changelog
with parameters of type
ChangeSet
Modifier and Type
Method
Description
void
ChangeLogListener.
log
(
ChangeSet
changeSet)
Log the batch of changes.
boolean
ChangeLogPrepare.
prepare
(
ChangeSet
changeSet)
In the foreground prepare the changeLog for sending.