I have an entity Request:
Request
@Entity public class Request { @Id @GeneratedValue private Long id; private Long candidate; @Man