You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the merchant is updated with the manager then the second level cache don't update correctly the manager, but this only happen if the class have inheritance.
The text was updated successfully, but these errors were encountered:
Better explain with an example, see the following entities
Merchant:
Manager:
and User:
And the following code to test the problem
The above code should output:
but return
the current data of the entity is not up to date in any case the database is updated fine.
However doing the following changes the above code works fine.
OR
When the
merchant
is updated with themanager
then the second level cache don't update correctly themanager
, but this only happen if the class have inheritance.The text was updated successfully, but these errors were encountered: