OneToOneParentWithRootOnlyStringBiChild pojo = new OneToOneParentWithRootOnlyStringBiChild();
pojo.id = "yar";
assertMetaDataException(pojo);
}
public void testAncestorOfIllegalType_Long() {
LongParent pojo = new LongParent();
assertMetaDataException(pojo);
}