159160161162163164165166167
pojo.id = "yar"; assertMetaDataException(pojo); } public void testLongPkWithBidirectionalOneToOneChild() { OneToOneParentWithRootOnlyLongBiChild pojo = new OneToOneParentWithRootOnlyLongBiChild(); pojo.id = "yar"; assertMetaDataException(pojo); }