}
public void testOnlyOneParentPutOnParentAndChildUpdate_NoTxn() throws Throwable {
testOnlyOneParentPutOnParentAndChildUpdate(NEW_EM_START_END);
}
private void testOnlyOneParentPutOnParentAndChildUpdate(StartEnd startEnd) throws Throwable {
testOnlyOneParentPutOnParentAndChildUpdate(new HasOneToManySetJPA(), new BidirTopSet(),
startEnd);
testOnlyOneParentPutOnParentAndChildUpdate(new HasOneToManySetJPA(), new BidirMiddleSet(),
startEnd);
testOnlyOneParentPutOnParentAndChildUpdate(new HasOneToManySetJPA(), new BidirBottomSet(),
startEnd);
}