switchDatasource(PersistenceManagerFactoryName.nontransactional);
getExecutionContext().setProperty(PROP_DETACH_ON_CLOSE, true);
testInsertExistingParentNewChild(NEW_PM_START_END);
}
private void testInsertExistingParentNewChild(StartEnd startEnd) throws EntityNotFoundException {
HasOneToManySetJDO parent = new HasOneToManySetJDO();
BidirectionalChildSetJDO bidirChild = new BidirectionalChildSetJDO();
testInsert_ExistingParentNewChild(parent, bidirChild, startEnd);
}