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
If used in a cyclic mapping like Person -[RelationshipPropertiesClass]-> Person, the RelationshipPropertiesClass could still be in construction when the meta model parsing logic wants to get all fields of it.
This is due to the fact that we traverse from RPC to Person and then again to RPC.
The text was updated successfully, but these errors were encountered:
If used in a cyclic mapping like
Person -[RelationshipPropertiesClass]-> Person
, theRelationshipPropertiesClass
could still be in construction when the meta model parsing logic wants to get all fields of it.This is due to the fact that we traverse from
RPC
toPerson
and then again toRPC
.The text was updated successfully, but these errors were encountered: