pb.addProcedures(InsertOrderLineBatched.class, ResetWarehouse.class);
pb.compile(catalog);
ServerThread server = new ServerThread(catalog, BackendTarget.NATIVE_EE_JNI);
server.start();
server.waitForInitialization();
Client client = ClientFactory.createClient();
client.createConnection(null, "localhost", HStoreConstants.DEFAULT_PORT, "program", "none");
Date generationDateTime = new Date();
long tm = System.currentTimeMillis();