List l2 = (List) q.execute();
iterate(l2);
q1p2 = System.currentTimeMillis() - start;
assertEquals(allSize, l2.size());
q = broker.newQuery(JPQLParser.LANG_JPQL,
"select a.name,a.age from "
+ CacheObjectA.class.getSimpleName()
+ " a where a.name = :n AND a.age = :a");
q.setCandidateExtent(broker.newExtent(CacheObjectA.class, false));
start = System.currentTimeMillis();