@Test
public void QueryMutability() throws IOException, SecurityException,
IllegalArgumentException, NoSuchMethodException,
IllegalAccessException, InvocationTargetException {
QProduct product = QProduct.product;
JDOQuery query = (JDOQuery) query().from(product);
new QueryMutability(query).test(product.name, product.description);
}