I have a "Table" that currently has
@Id private String userId; @Id private long range;
private String someOtherField;
I need to add a @Id to someOtherField. But when I add that, and query the table all the PK fields are null or 0. What can I do to modify primary keys?