@Test
public void test() throws IOException, SecurityException,
IllegalArgumentException, NoSuchMethodException,
IllegalAccessException, InvocationTargetException {
SQLQuery query = new SQLQuery(connection, new DerbyTemplates());
query.from(survey);
query.addListener(new TestLoggingListener());
new QueryMutability(query).test(survey.id, survey.name);
}