Код: Выделить всё
@Id @GeneratedValue(strategy=jakarta.persistence.GenerationType.IDENTITY) public int id;
Подробнее здесь: https://stackoverflow.com/questions/796 ... ibernate-7
Код: Выделить всё
@Id @GeneratedValue(strategy=jakarta.persistence.GenerationType.IDENTITY) public int id;