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