public void testComplex4() {
complexQuery(1,
new ComplexG("testg", 0, null,
new ComplexF("testf", 0, null, null,
new ComplexE("teste", 0, null, null,
new ComplexD("testd", 0, null, null,
new ComplexC("testc", 0, null, null,
new ComplexB("testb", 0, null, null,
new ComplexA("testa", 0, null, null))))))),
"f.e.d.c.b.a.stringA = \'testa\'"
+ " AND o.f.e.d.c.b.stringB = \'testb\'",