Uses of Enum
io.ebean.config.AutoTuneMode
Packages that use AutoTuneMode
-
Uses of AutoTuneMode in io.ebean.config
Methods in io.ebean.config that return AutoTuneModeModifier and TypeMethodDescriptionAutoTuneConfig.getMode()Return the mode used when autoTune has not been explicit defined on a query.static AutoTuneModeReturns the enum constant of this type with the specified name.static AutoTuneMode[]AutoTuneMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.ebean.config with parameters of type AutoTuneModeModifier and TypeMethodDescriptionvoidAutoTuneConfig.setMode(AutoTuneMode mode) Set the mode used when autoTune has not been explicit defined on a query.