人可以幫我在下面的情形:Spring + Hibernate的自連接的情況下
我有兩個表的列:
1) Employee: empId, empName
2) Colleague : colleagueId, empId(as a foreign key refers Employee.empId)
數據可能會在表中:
Employee Table
empId empName
1 Devesh
2 Nitin
3 Deep
同事表
colleagueId empId
1 1
2 2
3 1
4 2
5 3
所以我想在這兩個表之間的休眠中建立關係。我想使用JPA來持久化我的對象或檢索。
請幫我提前
嗨,一些機構可以幫助我在此 –