8687888990919293
HasLongPkWithKeyAncestor pojo = new HasLongPkWithKeyAncestor(); assertMetaDataException(pojo); } public void testStringAncestorPlusLongPK() { HasLongPkWithStringAncestor pojo = new HasLongPkWithStringAncestor(); assertMetaDataException(pojo); }
6162636465666768
pojo.id = "yar"; assertMetaDataException(pojo); } public void testStringAncestorPlusLongPK() { HasLongPkWithStringAncestor pojo = new HasLongPkWithStringAncestor(); assertMetaDataException(pojo); }