178179180181182183184185186
pojo.id = "yar"; assertMetaDataException(pojo); } public void testLongPkWithUnidirectionalOneToOneChild() { OneToOneParentWithRootOnlyLongUniChild pojo = new OneToOneParentWithRootOnlyLongUniChild(); pojo.id = "yar"; assertMetaDataException(pojo); }