switchDatasource(PersistenceManagerFactoryName.nontransactional);
getExecutionContext().setProperty(PROP_DETACH_ON_CLOSE, true);
testFetchOfOneToManyParentWithKeyPk(NEW_PM_START_END);
}
private void testFetchOfOneToManyParentWithKeyPk(StartEnd startEnd) {
testFetchOfOneToManyParentWithKeyPk(new HasOneToManyKeyPkListJDO(), startEnd);
}