@Entity public class Student { @Id @GeneratedValue private long studentId; // ... } In this case, the primary key values will be unique at the ...
確定! 回上一頁