Tagged Questions
0
votes
1answer
313 views
JPA map relation entity parentID
could someone help me to understand how can I define an entity with JPA mapping that has a relation with it self?
For example, my entity is CompanyDivision, divisionA contains divisionB, divisionC
...