160161162163164165166167168
pojo.id = "yar"; assertMetaDataException(pojo); } public void testLongPkWithBidirectionalOneToManyChild() { OneToManyParentWithRootOnlyLongBiChild pojo = new OneToManyParentWithRootOnlyLongBiChild(); pojo.id = "yar"; assertMetaDataException(pojo); }