switchDatasource(PersistenceManagerFactoryName.nontransactional);
getExecutionContext().setProperty(PROP_DETACH_ON_CLOSE, true);
testNewParentNewChild_NamedKeyOnChild(NEW_PM_START_END);
}
private void testNewParentNewChild_NamedKeyOnChild(StartEnd startEnd) throws EntityNotFoundException {
testNewParentNewChild_NamedKeyOnChild(new HasOneToManyArrayJDO(), startEnd);
}