Uses of Interface
io.ebean.event.changelog.ChangeLogListener
-
Packages that use ChangeLogListener Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of ChangeLogListener in io.ebean.config
Methods in io.ebean.config that return ChangeLogListener Modifier and Type Method Description ChangeLogListener
DatabaseConfig. getChangeLogListener()
Return the ChangeLogListener which actually performs the logging of change sets in the background.Methods in io.ebean.config with parameters of type ChangeLogListener Modifier and Type Method Description void
DatabaseConfig. setChangeLogListener(ChangeLogListener changeLogListener)
Set the ChangeLogListener which actually performs the logging of change sets in the background.
-