JAVA-23695 Article's employee class doesn't exist in module (#14568)

Co-authored-by: timis1 <noreplay@yahoo.com>
This commit is contained in:
timis1 2023-08-15 11:20:27 +03:00 committed by GitHub
parent cb111b0d8b
commit 7b074ab5c2

View File

@ -18,7 +18,7 @@ public class Email {
private String address;
@ManyToOne(fetch = FetchType.LAZY)
@JoinColumn(name = "employee_id")
@JoinColumn(name = "employee_id", referencedColumnName = "id")
private OfficialEmployee employee;
public Long getId() {