parentGroup.setName("parent");
ArtGroup childGroup1 = (ArtGroup) dc.newObject("ArtGroup");
childGroup1.setName("child1");
childGroup1.setToParentGroup(parentGroup);
dc.commitChanges();
}
public void testReflexiveRelationshipInsertOrder2() {
// Create in a different order and see what happens
DataContext dc = this.createDataContext();