new FmtLayout2HashMySQL(connection,
(tableType!=null)? tableType : MySQLEngineType.InnoDB),
//new LoaderHashMySQL(connection),
new LoaderTuplesNodes(connection, TupleLoaderHashMySQL.class),
new QueryCompilerFactoryHash(),
new SQLBridgeFactory2(),
new GenerateSQLMySQL()) ;
((LoaderTuplesNodes) this.getLoader()).setStore(this);
}