switchDatasource(PersistenceManagerFactoryName.nontransactional);
getExecutionContext().setProperty(PROP_DETACH_ON_CLOSE, true);
testOnlyOnePutOnChildUpdate(NEW_PM_START_END);
}
private void testOnlyOnePutOnChildUpdate(StartEnd startEnd) throws Throwable {
testOnlyOnePutOnChildUpdate(new HasOneToManySet(), new BidirBottom(), startEnd);
testOnlyOnePutOnChildUpdate(new HasOneToManySet(), new BidirMiddle(), startEnd);
testOnlyOnePutOnChildUpdate(new HasOneToManySet(), new BidirTop(), startEnd);
}