[TYPO3-mvc] resetting query settings for extbase cronjob

Philipp philippwrann at gmx.at
Fri Aug 2 14:55:33 CEST 2013


I think you could get the propertyMapper via the objectManager and do the mapping of your returned rows manually. So you could use returnRawQueryResult, map the results, and add them to the repository identityMap. Additionally you can search the object by its identifier first in the identityMap (maybe its allready loaded) and only map it if its not... then map and add.


More information about the TYPO3-project-typo3v4mvc mailing list