Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Labels:
Description
Currently the DocumentManager->getReferrers() method returns only referrers that have already been flushed to the database.
It is (I think) desireable for this method to return also those objects which have been added to the UnitOfWork but have not yet been flushed to the database.
this is the same for searching as well, you don't find non-flushed things. i suggest we just document that on the getReferrers method that you only get flushed data.
note that currently there is the issue that initialized collections are not refreshed, which is something we hope to fix eventually.