Add query result cache changes to migration guide

This commit is contained in:
Andrea Boriero 2022-03-01 12:23:46 +01:00 committed by Andrea Boriero
parent 52d15cf769
commit 58aa445b0b
1 changed files with 4 additions and 0 deletions

View File

@ -289,6 +289,10 @@ The `Query#iterate()` method has been removed. The alternative is to use one of
* `Query#getResultStream()`
* Get the `Iterator` from `List` returned by `Query#list()` / `Query#getResultList()`
[[query-result-cache]]
== Query result cache
Another change in 6.0 is related to the content of the query result cache, it now holds the entity data values and not just the entity identifier information.
[[query-sqm]]
== SQM (HQL/Criteria)