Uses of Class
io.ebean.config.AutoTuneConfig
-
Packages that use AutoTuneConfig Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of AutoTuneConfig in io.ebean.config
Methods in io.ebean.config that return AutoTuneConfig Modifier and Type Method Description AutoTuneConfig
DatabaseConfig. getAutoTuneConfig()
Return the configuration for AutoTune.Methods in io.ebean.config with parameters of type AutoTuneConfig Modifier and Type Method Description void
DatabaseConfig. setAutoTuneConfig(AutoTuneConfig autoTuneConfig)
Set the configuration for AutoTune.
-