Each time I make a JPA project Eclipse reports that there are errors in my project but I do not understand why it does so. I added image and errors below:
Can you try this:
@Id @GeneratedValue(strategy=GenerationType.AUTO) @Column(name = "id", unique=true, nullable=false) private int id