hibernate-reactive icon indicating copy to clipboard operation
hibernate-reactive copied to clipboard

Add createMutationQuery method that accept criterias

Open DavideD opened this issue 1 year ago • 0 comments

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.

DavideD avatar Apr 18 '24 12:04 DavideD