which datatype can be used to create primary key variable in Hibernate/jpa?

后端 未结 0 670
忘掉有多难
忘掉有多难 2021-02-06 15:15

@Entity public class MyEntity {

@Id

@Column()

private String prKey;

.... ....

}

which datatype can be used to create the primary key va

相关标签:
回答
  • 消灭零回复
提交回复
热议问题