47 $query = $this->objectManager->get(
'TYPO3\\CMS\\Extbase\\Persistence\\QueryInterface', $className);
48 $querySettings = $this->objectManager->get(
'TYPO3\\CMS\\Extbase\\Persistence\\Generic\\QuerySettingsInterface');
50 $dataMap = $this->dataMapper->getDataMap($className);
51 if ($dataMap->getIsStatic() || $dataMap->getRootLevel()) {
52 $querySettings->setRespectStoragePage(FALSE);
55 $frameworkConfiguration = $this->configurationManager->getConfiguration(\
TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface::CONFIGURATION_TYPE_FRAMEWORK);
58 $querySettings->useQueryCache($frameworkConfiguration[
'persistence'][
'useQueryCache']);
60 $query->setQuerySettings($querySettings);
static intExplode($delimiter, $string, $removeEmptyValues=FALSE, $limit=0)