TXN_START_END, UnidirLevel.Middle, "T");
testAddChildToOneToManyParentWithLongPk(new HasOneToManyLongPkListJPA(), new BidirBottomLongPkList(),
TXN_START_END, UnidirLevel.Bottom, "B");
}
public void testAddChildToOneToManyParentWithLongPk_NoTxn() throws Exception {
testAddChildToOneToManyParentWithLongPk(new HasOneToManyLongPkListJPA(), new BidirTopLongPkList(),
NEW_EM_START_END, UnidirLevel.Bottom, "T");
testAddChildToOneToManyParentWithLongPk(new HasOneToManyLongPkListJPA(), new BidirMiddleLongPkList(),
NEW_EM_START_END, UnidirLevel.Middle, "M");
testAddChildToOneToManyParentWithLongPk(new HasOneToManyLongPkListJPA(), new BidirBottomLongPkList(),
NEW_EM_START_END, UnidirLevel.Top, "B");