testChild(new MappedSuperclassChild(), null);
testChild(new SingleTableChild(), SingleTableChild.class.getName());
}
public void testParents() throws Exception {
testParent(new TablePerClass(), null);
testParent(new Joined(), null);
testParent(new SingleTable(), SingleTable.class.getName());
}