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