I\'m trying to autogenerate id\'s for my entity:
public class User { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; }