-
Notifications
You must be signed in to change notification settings - Fork 90
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
[#509, #669] Make use of Collection DML for collection flushers in updatable entity views #659
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
beikov
force-pushed
the
issues/509
branch
6 times, most recently
from
September 12, 2018 10:22
2757b56
to
8fa31a8
Compare
beikov
changed the title
[#658] Introduce allowed read-only subtypes in the attribute metamodel
[#509] Make use of Collection DML for collection flushers in updatable entity views
Sep 17, 2018
beikov
force-pushed
the
issues/509
branch
4 times, most recently
from
September 25, 2018 09:08
b0af161
to
c9f0da7
Compare
.../src/main/java/com/blazebit/persistence/integration/hibernate/base/HibernateJpaProvider.java
Outdated
Show resolved
Hide resolved
beikov
force-pushed
the
issues/509
branch
11 times, most recently
from
October 18, 2018 21:10
f6f6425
to
6d78267
Compare
beikov
force-pushed
the
issues/509
branch
6 times, most recently
from
October 20, 2018 13:21
4263ae2
to
48ef238
Compare
beikov
force-pushed
the
issues/509
branch
9 times, most recently
from
October 29, 2018 15:30
abe837d
to
08a2e5a
Compare
…r entity view filters and sorters
beikov
force-pushed
the
issues/509
branch
2 times, most recently
from
October 30, 2018 11:44
dfcc0ef
to
dcb5fd0
Compare
beikov
force-pushed
the
issues/509
branch
2 times, most recently
from
October 30, 2018 20:24
baf6162
to
42211ae
Compare
beikov
force-pushed
the
issues/509
branch
3 times, most recently
from
November 2, 2018 10:57
fb2a623
to
c6bc51e
Compare
…d VALUES LIKE clause
beikov
force-pushed
the
issues/509
branch
3 times, most recently
from
November 7, 2018 09:24
6807236
to
9bfdb46
Compare
…ew and fix support for spring data domain events
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Related Issue
Fixes #434, Fixes #509, Fixes #517, Fixes #669, Fixes #675, Fixes #679
Motivation and Context