// XML objectstore doesn't support this.
if (getProperties().getProperty("isis.persistor") != "xml") {
factory.update(collection);
}
factory.update(sqlDataClass);
}
public void testFindByMatchString() {
final SimpleClass simpleClassMatch = new SimpleClass();
simpleClassMatch.setString(stringList1.get(1));