@Entity public class MyEntity {
@Id
@Column()
private String prKey;
.... ....
}
which datatype can be used to create the primary key va