Improve migration guide query result cache section

This commit is contained in:
Andrea Boriero 2022-03-16 10:20:23 +01:00 committed by Andrea Boriero
parent 58aa445b0b
commit ca8f151d78
1 changed files with 3 additions and 1 deletions

View File

@ -292,7 +292,9 @@ The `Query#iterate()` method has been removed. The alternative is to use one of
[[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.
Another change in 6.0 is related to the query result cache.
When the query result cache is enabled and a query is executed only the query result cache will be populated, not the corresponding entity and collection caches, and the content of the query result cache will contain the entity data values and not just the entity identifier information.
[[query-sqm]]
== SQM (HQL/Criteria)