Uses of Interface
io.ebean.event.changelog.ChangeLogListener
Packages that use ChangeLogListener
-
Uses of ChangeLogListener in io.ebean.config
Methods in io.ebean.config that return ChangeLogListenerModifier and TypeMethodDescriptionDatabaseConfig.getChangeLogListener()Return the ChangeLogListener which actually performs the logging of change sets in the background.Methods in io.ebean.config with parameters of type ChangeLogListenerModifier and TypeMethodDescriptionvoidDatabaseConfig.setChangeLogListener(ChangeLogListener changeLogListener) Set the ChangeLogListener which actually performs the logging of change sets in the background.