JAVA-23695 Article's employee class doesn't exist in module (#14568)
Co-authored-by: timis1 <noreplay@yahoo.com>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user