Uses of Interface
io.ebean.event.changelog.ChangeLogRegister
-
Packages that use ChangeLogRegister Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of ChangeLogRegister in io.ebean.config
Methods in io.ebean.config that return ChangeLogRegister Modifier and Type Method Description ChangeLogRegister
DatabaseConfig. getChangeLogRegister()
Return the ChangeLogRegister which controls which ChangeLogFilter is used for each bean type and in this way provide fine grained control over which persist requests are included in the change log.Methods in io.ebean.config with parameters of type ChangeLogRegister Modifier and Type Method Description void
DatabaseConfig. setChangeLogRegister(ChangeLogRegister changeLogRegister)
Set the ChangeLogRegister which controls which ChangeLogFilter is used for each bean type and in this way provide fine grained control over which persist requests are included in the change log.
-