Skip to content

Commit

Permalink
doctrine#6118 remove reference to single entity flush operations
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius authored and lcobucci committed Dec 31, 2017
1 parent 2725e2e commit ea2ec07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/en/reference/unitofwork.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ optimize the performance of the Flush Operation:
- Temporarily mark entities as read only. If you have a very large UnitOfWork
but know that a large set of entities has not changed, just mark them as read
only with ``$entityManager->getUnitOfWork()->markReadOnly($entity)``.
- Flush only a single entity with ``$entityManager->flush($entity)``.
- Use :doc:`Change Tracking Policies <change-tracking-policies>` to use more
explicit strategies of notifying the UnitOfWork what objects/properties
changed.
Expand Down

0 comments on commit ea2ec07

Please sign in to comment.