}
public void testFetchOfOneToManyParentWithKeyPk() throws Exception {
testFetchOfOneToManyParentWithKeyPk(new HasOneToManyKeyPkSetJPA(), TXN_START_END);
}
public void testFetchOfOneToManyParentWithKeyPk_NoTxn() throws Exception {
testFetchOfOneToManyParentWithKeyPk(new HasOneToManyKeyPkSetJPA(), NEW_EM_START_END);
}