pojo.id = "yar";
assertMetaDataException(pojo);
}
public void testLongPkWithUnidirectionalOneToManyChild() {
OneToManyParentWithRootOnlyLongUniChild pojo = new OneToManyParentWithRootOnlyLongUniChild();
pojo.id = "yar";
assertMetaDataException(pojo);
}