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
Read-Only mode instructs ODM to not only hydrate the latest data but also to
74
74
create new document's instance (i.e. if found document would be already managed
75
-
by Doctrine, new instance will be returned) and not register it in UnitOfWork`.
75
+
by Doctrine, new instance will be returned) and not register it in `UnitOfWork`.
76
76
This technique can prove especially useful when using `select()` while building
77
77
query with no intent to update fetched documents. To read more about read-only mode
78
78
you can check [documentation](http://docs.doctrine-project.org/projects/doctrine-mongodb-odm/en/latest/reference/query-builder-api.html#fetching-documents-as-read-only).
0 commit comments