getExecutionContext().setProperty(PROP_DETACH_ON_CLOSE, true);
testAddChildToOneToManyParentWithLongPk(NEW_PM_START_END);
}
private void testAddChildToOneToManyParentWithLongPk(StartEnd startEnd) throws EntityNotFoundException {
testAddChildToOneToManyParentWithLongPk(
new HasOneToManyListLongPk(), new BidirTopLongPk(), startEnd, UnidirLevel.Top);
testAddChildToOneToManyParentWithLongPk(
new HasOneToManyListLongPk(), new BidirMiddleLongPk(), startEnd, UnidirLevel.Middle);
testAddChildToOneToManyParentWithLongPk(
new HasOneToManyListLongPk(), new BidirBottomLongPk(), startEnd, UnidirLevel.Bottom);
}