[TYPO3-mvc] extbase query executes updates on calling find methods

Franz Koch typo3.RemoveForMessage at elements-net.de
Wed Nov 24 11:27:00 CET 2010


Hey,

> I'm experiencing a weird problem with one of my extbase extensions.
> Whenever I call a extbase query method like findAll findBy*** etc.
> I see updates happening in the mysql query log.
> Is there something I'm missing is the property mapper executing some
> updates?
>
> The model which I fetch has several string propertys and a ObjectStorage
> with some child objects. Whenever I fetch this object I see mysql update
> queries happening on the child objects.
>
> I'm grateful for any help or advice,

most likely valueObjects get persisted on those UPDATE calls. Those 
somehow always get persisted.

-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list