JAVA-23695 Article's employee class doesn't exist in module (#14568)
Co-authored-by: timis1 <noreplay@yahoo.com>
This commit is contained in:
parent
cb111b0d8b
commit
7b074ab5c2
@ -18,7 +18,7 @@ public class Email {
|
|||||||
private String address;
|
private String address;
|
||||||
|
|
||||||
@ManyToOne(fetch = FetchType.LAZY)
|
@ManyToOne(fetch = FetchType.LAZY)
|
||||||
@JoinColumn(name = "employee_id")
|
@JoinColumn(name = "employee_id", referencedColumnName = "id")
|
||||||
private OfficialEmployee employee;
|
private OfficialEmployee employee;
|
||||||
|
|
||||||
public Long getId() {
|
public Long getId() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user