Commit 53c525d
committed
fix: replace deprecated Hibernate createQuery with createMutationQuery
- Replace deprecated session.createQuery() with session.createMutationQuery() for DELETE operations
- Fixes compatibility with future Hibernate versions
- Removes FIXME comments and deprecation warnings
- Affects deleteAllById() and deleteAll() methods in BaseRepositoryImpl
Resolves: Deprecated API usage warnings
Breaking: Uses modern Hibernate 6 APIs1 parent b1a670a commit 53c525d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
| 293 | + | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| |||
0 commit comments