Uses of Class
io.ebean.config.AutoTuneConfig
Packages that use AutoTuneConfig
Package
Description
Configuration settings for Database construction
-
Uses of AutoTuneConfig in io.ebean
Methods in io.ebean that return AutoTuneConfigModifier and TypeMethodDescriptionDatabaseBuilder.Settings.getAutoTuneConfig()Return the configuration for AutoTune.Methods in io.ebean with parameters of type AutoTuneConfigModifier and TypeMethodDescriptiondefault DatabaseBuilderDatabaseBuilder.autoTuneConfig(AutoTuneConfig autoTuneConfig) Set the configuration for AutoTune.DatabaseBuilder.setAutoTuneConfig(AutoTuneConfig autoTuneConfig) Deprecated. -
Uses of AutoTuneConfig in io.ebean.config
Methods in io.ebean.config that return AutoTuneConfigMethods in io.ebean.config with parameters of type AutoTuneConfigModifier and TypeMethodDescriptionDatabaseConfig.setAutoTuneConfig(AutoTuneConfig autoTuneConfig)
DatabaseBuilder.autoTuneConfig(AutoTuneConfig).