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
Currently Embeddables does not support relationships.
Issues:
relationship is not connected to entity when value is set by constructor; solution: manually attach in constructor? some laziness in relationships in embeddable?
onesided does not bring much issues, but how to reference nested relationship on other side?
relationship mappers does not have access to raw values -> new api?
The text was updated successfully, but these errors were encountered:
Currently Embeddables does not support relationships.
Issues:
The text was updated successfully, but these errors were encountered: