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