[TYPO3-mvc] Does the Persistence Layer not respect dirty objects?

Sebastian Kurfürst sebastian at typo3.org
Thu Jun 7 06:36:54 CEST 2012


Hi Thomas,

the described behavior is correct. It is implemented this way in every
other ORM I know of, f.e. Doctrine2.

The main reason is performance: It'd be very very hard to make the
queries fast across these in-memory objects.

If you need this feature, you should rather build an
application-specific index of $object yourself.

Greets,
Sebastian



More information about the TYPO3-project-typo3v4mvc mailing list