Hey, I have a table with a primary-key composed of 3 fields. I want to change one of then, how can I do that? The specification says that i can you sets to fields of the primary-key clas, so? My temporary solution is removing and creating the entity again with the new primary. Thanks.