getExecutionContext().setProperty(PROP_DETACH_ON_CLOSE, true);
testInsert_NewParentAndChild_LongPk(NEW_PM_START_END);
}
private void testInsert_NewParentAndChild_LongPk(StartEnd startEnd) throws EntityNotFoundException {
int count = 1;
testInsert_NewParentAndChild_LongPk(startEnd, new BidirBottomLongPk(), UnidirLevel.Top, count++);
testInsert_NewParentAndChild_LongPk(startEnd, new BidirMiddleLongPk(), UnidirLevel.Bottom, count++);
testInsert_NewParentAndChild_LongPk(startEnd, new BidirTopLongPk(), UnidirLevel.Middle, count++);
}