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