com.github.terma.gigaspacewebconsole.provider.executor.DatabaseExecutor Maven / Gradle / Ivy
package com.github.terma.gigaspacewebconsole.provider.executor;
import com.github.terma.gigaspacewebconsole.provider.ConverterHelper;
import java.util.ArrayList;
public class DatabaseExecutor {
public static final Executor INSTANCE = new Executor(
new DatabaseConnectionFactory(),
new ZeroExecutorPreprocessor(),
new ArrayList(),
new ConverterHelper(new ArrayList()));
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy