public void testAddChildToOneToManyParentWithLongPk() throws Exception {
testAddChildToOneToManyParentWithLongPk(new HasOneToManyLongPkSetJPA(), new BidirectionalChildLongPkSetJPA(),
TXN_START_END);
}
public void testAddChildToOneToManyParentWithLongPk_NoTxn() throws Exception {
testAddChildToOneToManyParentWithLongPk(new HasOneToManyLongPkSetJPA(), new BidirectionalChildLongPkSetJPA(),
NEW_EM_START_END);
}