Uses of Enum
io.ebean.config.AutoTuneMode
Packages that use AutoTuneMode
-
Uses of AutoTuneMode in io.ebean.config
Subclasses with type arguments of type AutoTuneMode in io.ebean.configModifier and TypeClassDescriptionenumThe mode for determining if AutoTune will be used for a given query whenQueryBuilder.setAutoTune(boolean)has not been explicitly set on a query.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.