Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating limitations of owned entity types #770

Merged
merged 5 commits into from
Jun 14, 2018
Merged

Updating limitations of owned entity types #770

merged 5 commits into from
Jun 14, 2018

Conversation

divega
Copy link
Contributor

@divega divega commented Jun 14, 2018

Fixes #764 and applies minor 2.1 updates.

Fixes #764 and applies minor 2.1 updates.
- Since they use table splitting by default owned types also have the following restrictions unless explicitly mapped to a different table:
- They cannot be owned by a derived type
- The defining navigation property cannot be set to null (i.e. owned types on the same table are always required)
- Inheritance hierarchies of owned entity types are not supported
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Inheritance hierarchies that include owned entity types"?

@divega divega merged commit 3daf8f5 into master Jun 14, 2018
@divega divega deleted the divega-patch-2 branch June 19, 2018 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants