public void testUpdate_UpdateChildWithMerge() throws Exception {
testUpdate_UpdateChildWithMerge(new BidirectionalChildSetJPA(), new HasOneToManySetJPA(),
TXN_START_END);
}
public void testUpdate_UpdateChildWithMerge_NoTxn() throws Exception {
testUpdate_UpdateChildWithMerge(new BidirectionalChildSetJPA(), new HasOneToManySetJPA(),
NEW_EM_START_END);
}