Uses of Class
io.ebeaninternal.server.autotune.service.TunedQueryInfo
-
Packages that use TunedQueryInfo Package Description io.ebeaninternal.server.autotune.service -
-
Uses of TunedQueryInfo in io.ebeaninternal.server.autotune.service
Methods in io.ebeaninternal.server.autotune.service that return types with arguments of type TunedQueryInfo Modifier and Type Method Description Collection<TunedQueryInfo>BaseQueryTuner. getAll()Return all the current tuned query entries.Methods in io.ebeaninternal.server.autotune.service with parameters of type TunedQueryInfo Modifier and Type Method Description voidBaseQueryTuner. load(String key, TunedQueryInfo queryInfo)Load the tuned query information.
-