getExecutionContext().getClassLoaderResolver());
getExecutionContext().getMetaDataManager().getMetaDataForClass(MappedSuperclassChild.class,
getExecutionContext().getClassLoaderResolver());
HasOneToManyWithUnsupportedInheritanceList parent = new HasOneToManyWithUnsupportedInheritanceList();
parent.getChildren1().add(new TablePerClassChild());
makePersistentWithExpectedException(startEnd, parent);
parent = new HasOneToManyWithUnsupportedInheritanceList();
parent.getChildren2().add(new MappedSuperclassChild());
makePersistentWithExpectedException(startEnd, parent);