-
Notifications
You must be signed in to change notification settings - Fork 93
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 remove by id method to EntityViewManager #499
Comments
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Jan 25, 2018
…Blazebit#503] Introduced entity collection management API and made use of it for cascading deletes in entity views. Ironed out many inverse mapping issues
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Jan 25, 2018
…Blazebit#503] Introduced entity collection management API and made use of it for cascading deletes in entity views. Ironed out many inverse mapping issues
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Jan 25, 2018
…Blazebit#503] Introduced entity collection management API and made use of it for cascading deletes in entity views. Ironed out many inverse mapping issues
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Jan 26, 2018
…Blazebit#503] Introduced entity collection management API and made use of it for cascading deletes in entity views. Ironed out many inverse mapping issues
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Jan 26, 2018
…Blazebit#503] Introduced entity collection management API and made use of it for cascading deletes in entity views. Ironed out many inverse mapping issues
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Jan 26, 2018
…Blazebit#503] Introduced entity collection management API and made use of it for cascading deletes in entity views. Ironed out many inverse mapping issues
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Jan 26, 2018
…Blazebit#503] Introduced entity collection management API and made use of it for cascading deletes in entity views. Ironed out many inverse mapping issues
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Jan 26, 2018
…Blazebit#503] Introduced entity collection management API and made use of it for cascading deletes in entity views. Ironed out many inverse mapping issues
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Jan 26, 2018
…Blazebit#503] Introduced entity collection management API and made use of it for cascading deletes in entity views. Ironed out many inverse mapping issues
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Jan 26, 2018
…Blazebit#503] Introduced entity collection management API and made use of it for cascading deletes in entity views. Ironed out many inverse mapping issues
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Jan 26, 2018
…Blazebit#503] Introduced entity collection management API and made use of it for cascading deletes in entity views. Ironed out many inverse mapping issues
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Jan 27, 2018
…Blazebit#503] Introduced entity collection management API and made use of it for cascading deletes in entity views. Ironed out many inverse mapping issues
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Jan 27, 2018
…Blazebit#503] Introduced entity collection management API and made use of it for cascading deletes in entity views. Ironed out many inverse mapping issues
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Jan 27, 2018
…Blazebit#503] Introduced entity collection management API and made use of it for cascading deletes in entity views. Ironed out many inverse mapping issues
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Jan 27, 2018
…Blazebit#503] Introduced entity collection management API and made use of it for cascading deletes in entity views. Ironed out many inverse mapping issues
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is very similar to #497 but instead of passing the actual view, this method should accept an entity view type and the entity id. This depends on adequate methods being made available as part of #443 since it shouldn't load the objects first to then remove them, but execute the deletion process entirely on the database.
The text was updated successfully, but these errors were encountered: