@@ -49,5 +49,6 @@ public class Department implements Serializable {
@Column(name = "gmt_modified")
private Date gmtModified;
+ @Transient
private Department father;
}
@@ -49,7 +49,9 @@ public class Product implements Serializable {
private Department department;
private Project project;
@@ -49,6 +49,7 @@ public class Project implements Serializable {