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

Add API for configuring inverse from an owned type #12444

Closed
AndriySvyryd opened this issue Jun 21, 2018 · 1 comment
Closed

Add API for configuring inverse from an owned type #12444

AndriySvyryd opened this issue Jun 21, 2018 · 1 comment
Labels
breaking-change closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Milestone

Comments

@AndriySvyryd
Copy link
Member

AndriySvyryd commented Jun 21, 2018

With this we can disallow using HasOne/HasMany to configure existing ownerships, except for old snapshots.

Also remove HasMany from the owned type configuration builder.

@ajcvickers
Copy link
Member

Note from triage: we should discuss naming and availability of methods when working on this.

AndriySvyryd added a commit that referenced this issue Feb 5, 2019
Move relationship configuration to be chained after WithOwner
Throw when using HasOne/HasMany, Entity or Set for an owned type.

Fixes #12444
Fixes #9148
Fixes #14153
AndriySvyryd added a commit that referenced this issue Feb 6, 2019
Move relationship configuration to be chained after WithOwner
Throw when using HasOne/HasMany, Entity or Set for an owned type.

Fixes #12444
Fixes #9148
Fixes #14153
AndriySvyryd added a commit that referenced this issue Feb 6, 2019
Move relationship configuration to be chained after WithOwner
Throw when using HasOne/HasMany, Entity or Set for an owned type.

Fixes #12444
Fixes #9148
Fixes #14153
AndriySvyryd added a commit that referenced this issue Feb 6, 2019
Move relationship configuration to be chained after WithOwner
Throw when using HasOne/HasMany, Entity or Set for an owned type.

Fixes #12444
Fixes #9148
Fixes #14153
AndriySvyryd added a commit that referenced this issue Feb 6, 2019
Move relationship configuration to be chained after WithOwner
Throw when using HasOne/HasMany, Entity or Set for an owned type.

Fixes #12444
Fixes #9148
Fixes #14153
AndriySvyryd added a commit that referenced this issue Feb 7, 2019
Move relationship configuration to be chained after WithOwner
Throw when using HasOne/HasMany, Entity or Set for an owned type.

Fixes #12444
Fixes #9148
Fixes #14153
@AndriySvyryd AndriySvyryd reopened this Feb 7, 2019
@AndriySvyryd AndriySvyryd added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Feb 7, 2019
@ajcvickers ajcvickers modified the milestones: 3.0.0, 3.0.0-preview3 Feb 22, 2019
@AndriySvyryd AndriySvyryd removed their assignment Feb 28, 2019
@ajcvickers ajcvickers modified the milestones: 3.0.0-preview3, 3.0.0 Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Projects
None yet
Development

No branches or pull requests

2 participants