I have an entity Request:
Request
@Entity public class Request { @Id @GeneratedValue private Long id; @OneToOne private Candidate c