Uses of Enum
io.ebean.config.AutoTuneMode
-
Uses of AutoTuneMode in io.ebean.config
Modifier and TypeMethodDescriptionAutoTuneConfig.getMode()
Return the mode used when autoTune has not been explicit defined on a query.static AutoTuneMode
Returns 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.Modifier and TypeMethodDescriptionvoid
AutoTuneConfig.setMode
(AutoTuneMode mode) Set the mode used when autoTune has not been explicit defined on a query.