How can i refer to another name of field when using @JoinColumn annotation in Spring Boot?

前端 未结 0 1501
無奈伤痛
無奈伤痛 2020-11-28 22:32

I have this sentence:

    @ManyToOne
    @JoinColumn(name = "EMPLOYEENUMBER")
    private Empleado empleadoACargo;

The table from w

相关标签:
回答
  • 消灭零回复
提交回复
热议问题