List l = q.getResultList();
assertEquals(0, l.size());
// Create a new Entity that has the PartBase accesspath. Has a newer timestamp than our query
em.getTransaction().begin();
em.persist(new PartBase());
em.getTransaction().commit();
// Make sure that our sql listener is working
assertTrue(_sql.size() > 0);
_sql.clear();