Details
Assignee
UnassignedUnassignedReporter
Christian BeikovChristian BeikovLabels
Components
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Christian Beikov
Christian BeikovLabels
Components
Priority
Created September 22, 2022 at 8:49 AM
Updated June 12, 2023 at 11:18 AM
Since will be or already was reverted, a load of an entity with a mappedBy one-to-one association will hit the database instead of the cache, when the association is null. The absence of an entry in the cache is interpreted as “not cached”. What we need though, is a cache entry that represents “nothing there”, so we don’t have to hit the database.
See the discussion on and for more details.