My entity class is:
@Entity public class SomeEntity { @Id private String K101; public String getK101() { return K101; } public v