1
0
mirror of synced 2025-01-25 09:41:40 +03:00
Benjamin Eberlei d473824279 [DDC-2996] Fix bug in UnitOfWork#recomputeSingleEntityChangeSet
When calling UnitOfWork#recomputeSingleEntityChangeSet on an entity
that didn't have a changeset before, the computation was ignored.
This method however is suggested to be used in "onFlush" and "preFlush"
events in the documentation.

Also fix a bug where recomputeSingleEntityChangeSet was used
before calculating a real changeset for an object.
2014-03-23 13:16:33 +01:00
..
2013-12-16 11:05:05 -05:00
2013-12-16 11:05:04 -05:00
2013-04-07 16:26:05 +02:00