All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ebeaninternal.server.autotune.service.AutoTuneServiceFactory Maven / Gradle / Ivy

There is a newer version: 15.8.1
Show newest version
package io.ebeaninternal.server.autotune.service;

import io.ebean.config.ServerConfig;
import io.ebeaninternal.api.SpiEbeanServer;
import io.ebeaninternal.server.autotune.AutoTuneService;

public class AutoTuneServiceFactory {

  public static AutoTuneService create(SpiEbeanServer server, ServerConfig serverConfig) {

    return new DefaultAutoTuneService(server, serverConfig);
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy