I have a Question entity:
@Entitity public class Question { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private int id