You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created a domain class which has a relationship with itself.
Try to persist this entity.
What is the expected output? What do you see instead?
The ORM should be able to handle reflexive relationships, e.g. a class Category contains a collection of sub-categories implemented as List.
This may require a rather substantial overhaul of the ORM's relationship code.
The text was updated successfully, but these errors were encountered:
Reflexive one-to-one and many-to-one relationships are supported for free. Issues have been added for reflexive many-to-many (issue #29) and one-to-many (issue #30).
What steps will reproduce the problem?
What is the expected output? What do you see instead?
The ORM should be able to handle reflexive relationships, e.g. a class Category contains a collection of sub-categories implemented as List.
This may require a rather substantial overhaul of the ORM's relationship code.
The text was updated successfully, but these errors were encountered: