private void testAddChildToOneToManyParentWithUnencodedStringPk(StartEnd startEnd) throws EntityNotFoundException {
testAddChildToOneToManyParentWithUnencodedStringPk(
new HasOneToManyListUnencodedStringPk(), new BidirMiddleUnencodedStringPk(),
startEnd, UnidirLevel.Bottom, "yar");
testAddChildToOneToManyParentWithUnencodedStringPk(
new HasOneToManyListUnencodedStringPk(), new BidirTopUnencodedStringPk(),
startEnd, UnidirLevel.Top, "yas");
testAddChildToOneToManyParentWithUnencodedStringPk(
new HasOneToManyListUnencodedStringPk(), new BidirBottomUnencodedStringPk(),
startEnd, UnidirLevel.Middle, "yat");
}