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