public void testAdapter() throws Exception {
assertSame(getNode().getAdapter(), gen.getAdapter());
}
public void testPkFilteringLogic() throws Exception {
DataMap map = getDomain().getDataMap("testmap");
DbEntity artistExhibit = map.getDbEntity("ARTIST_EXHIBIT");
DbEntity exhibit = map.getDbEntity("EXHIBIT");
// sanity check
assertNotNull(artistExhibit);
assertNotNull(exhibit);
assertNotNull(gen.dbEntitiesRequiringAutoPK);