@Test
public void test() throws SecurityException, IllegalArgumentException,
NoSuchMethodException, IllegalAccessException,
InvocationTargetException, IOException {
QCat cat = QCat.cat;
HibernateQuery query = query().from(cat);
new QueryMutability(query).test(cat, cat.name);
}