-
Notifications
You must be signed in to change notification settings - Fork 92
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 createMutationQuery method that accept criterias #1885
Labels
design
A design or implementation issue
enhancement
New feature or request
good first issue
Good for newcomers
Milestone
Comments
DavideD
added
good first issue
Good for newcomers
enhancement
New feature or request
problem
A limitation or source of discomfort
and removed
problem
A limitation or source of discomfort
labels
Dec 2, 2024
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Jan 30, 2025
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Jan 30, 2025
… update and delete criterias
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Jan 30, 2025
…nd insertSelect criterias
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Jan 30, 2025
…eriaBuilder() to return HibernateCriteriaBuilder
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Jan 30, 2025
… insert and insertSelect criterias
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Jan 31, 2025
… update and delete criterias
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Jan 31, 2025
…nd insertSelect criterias
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Jan 31, 2025
…eriaBuilder() to return HibernateCriteriaBuilder
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Jan 31, 2025
… insert and insertSelect criterias
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Jan 31, 2025
…nd insertSelect criterias
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Jan 31, 2025
…eriaBuilder() to return HibernateCriteriaBuilder
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Jan 31, 2025
… insert and insertSelect criterias
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Jan 31, 2025
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Jan 31, 2025
… update and delete criterias
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Jan 31, 2025
…nd insertSelect criterias
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Jan 31, 2025
…eriaBuilder() to return HibernateCriteriaBuilder
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Jan 31, 2025
… insert and insertSelect criterias
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Jan 31, 2025
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Jan 31, 2025
… update and delete criterias
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Jan 31, 2025
…nd insertSelect criterias
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Jan 31, 2025
…eriaBuilder() to return HibernateCriteriaBuilder
dreab8
added a commit
to dreab8/hibernate-reactive
that referenced
this issue
Jan 31, 2025
… insert and insertSelect criterias
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
design
A design or implementation issue
enhancement
New feature or request
good first issue
Good for newcomers
At the moment we can pass criteria using
.createQuery
, but HIbernate ORM is moving toward.createMutationQuery
and.createSelectionQuery
and we should do the same.We have already implemented those methods for strings.
The text was updated successfully, but these errors were encountered: