268269270271272273274275
assertMetaDataException(new HasPkNameSortOnOneToMany()); } public void testHasTwoOneToOnesWithSharedBaseClass() throws Exception { beginTxn(); pm.makePersistent(new HasTwoOneToOnesWithSharedBaseClass()); commitTxn(); }