Uses of Interface
io.ebean.event.changelog.ChangeLogPrepare
-
Packages that use ChangeLogPrepare Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of ChangeLogPrepare in io.ebean.config
Methods in io.ebean.config that return ChangeLogPrepare Modifier and Type Method Description ChangeLogPrepare
DatabaseConfig. getChangeLogPrepare()
Return the ChangeLogPrepare.Methods in io.ebean.config with parameters of type ChangeLogPrepare Modifier and Type Method Description void
DatabaseConfig. setChangeLogPrepare(ChangeLogPrepare changeLogPrepare)
Set the ChangeLogPrepare.
-