new FmtLayout2HashSAP(connection,
(storageType!=null)? storageType : SAPStorageType.row),
//new LoaderHashSAP(connection),
new LoaderTuplesNodes(connection, TupleLoaderHashSAP.class),
new QueryCompilerFactoryHash(),
new SQLBridgeFactory2(),
new GenerateSQL()) ;
((LoaderTuplesNodes) this.getLoader()).setStore(this);
}