TYPO3 CMS  TYPO3_6-2
Tx_Extbase_Persistence_Mapper_DataMapper Class Reference
Inheritance diagram for Tx_Extbase_Persistence_Mapper_DataMapper:
TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMapper TYPO3\CMS\Core\SingletonInterface

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMapper
 map ($className, array $rows)
 
 getTargetType ($className, array $row)
 
 fetchRelated (\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $parentObject, $propertyName, $fieldValue='', $enableLazyLoading=TRUE)
 
 mapResultToPropertyValue (\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $parentObject, $propertyName, $result)
 
 countRelated (\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $parentObject, $propertyName, $fieldValue='')
 
 isPersistableProperty ($className, $propertyName)
 
 getDataMap ($className)
 
 convertClassNameToTableName ($className=NULL)
 
 convertPropertyNameToColumnName ($propertyName, $className=NULL)
 
 getType ($parentClassName, $propertyName)
 
- Protected Member Functions inherited from TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMapper
 mapSingleRow ($className, array $row)
 
 createEmptyObject ($className)
 
 thawProperties (\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $object, array $row)
 
 mapCoreType ($type, $value)
 
 mapDateTime ($value, $storageFormat=NULL, $targetType='DateTime')
 
 fetchRelatedEager (\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $parentObject, $propertyName, $fieldValue='')
 
 getEmptyRelationValue (\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $parentObject, $propertyName)
 
 getNonEmptyRelationValue (\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $parentObject, $propertyName, $fieldValue)
 
 getPreparedQuery (\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $parentObject, $propertyName, $fieldValue='')
 
 getConstraint (\TYPO3\CMS\Extbase\Persistence\QueryInterface $query, \TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $parentObject, $propertyName, $fieldValue='', $relationTableMatchFields=array())
 
 getSource (\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $parentObject, $propertyName)
 
 mapObjectToClassProperty (\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $parentObject, $propertyName, $fieldValue)
 
 propertyMapsByForeignKey (\TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface $parentObject, $propertyName)
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMapper
 $identityMap
 
 $reflectionService
 
 $qomFactory
 
 $persistenceSession
 
 $pageSelectObject
 
 $dataMaps = array()
 
 $dataMapFactory
 
 $queryFactory
 
 $referenceIndex
 
 $objectManager
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 2227 of file LegacyClassesForIde.php.