PkMarkedAsPkName pojo = new PkMarkedAsPkName();
assertMetaDataException(pojo);
}
public void testPkIdWithUnencodedStringPrimaryKey() {
PkIdWithUnencodedStringPrimaryKey pojo = new PkIdWithUnencodedStringPrimaryKey();
pojo.id = "yar";
assertMetaDataException(pojo);
}