jpa實現mysql的主鍵自增

在實體的主鍵上添加註解 @GeneratedValue(strategy=GenerationType.IDENTITY)java @Entity @Table(name = "OPERATION_LOG") public class test implements Serializable { @Id @GeneratedValue(strategy=GenerationType
相關文章
相關標籤/搜索