@Entity 表示是一個對應到Database Table 的Object。 @Id 指定某個欄位為Primary Key,如果沒有指定會出現錯誤。 @GeneratedValue 指定ID 的生成方式。
確定! 回上一頁