TYPO3 CMS  TYPO3_6-2
Tx_Extbase_Persistence_Mapper_ColumnMap Class Reference
Inheritance diagram for Tx_Extbase_Persistence_Mapper_ColumnMap:
TYPO3\CMS\Extbase\Persistence\Generic\Mapper\ColumnMap

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Extbase\Persistence\Generic\Mapper\ColumnMap
 __construct ($columnName, $propertyName)
 
 setTypeOfRelation ($typeOfRelation)
 
 getTypeOfRelation ()
 
 setPropertyName ($propertyName)
 
 getPropertyName ()
 
 setColumnName ($columnName)
 
 getColumnName ()
 
 setChildTableName ($childTableName)
 
 getChildTableName ()
 
 setChildTableWhereStatement ($childTableWhereStatement)
 
 getChildTableWhereStatement ()
 
 setChildSortByFieldName ($childSortByFieldName)
 
 getChildSortByFieldName ()
 
 setRelationTableName ($relationTableName)
 
 getRelationTableName ()
 
 setRelationTablePageIdColumnName ($relationTablePageIdColumnName)
 
 getRelationTablePageIdColumnName ()
 
 setRelationTableMatchFields (array $relationTableMatchFields)
 
 getRelationTableMatchFields ()
 
 setRelationTableInsertFields (array $relationTableInsertFields)
 
 getRelationTableInsertFields ()
 
 setRelationTableWhereStatement ($relationTableWhereStatement)
 
 getRelationTableWhereStatement ()
 
 setParentKeyFieldName ($parentKeyFieldName)
 
 getParentKeyFieldName ()
 
 setParentTableFieldName ($parentTableFieldName)
 
 getParentTableFieldName ()
 
 setChildKeyFieldName ($childKeyFieldName)
 
 getChildKeyFieldName ()
 
 setDateTimeStorageFormat ($dateTimeStorageFormat)
 
 getDateTimeStorageFormat ()
 
 setInternalType ($internalType)
 
 getInternalType ()
 
 setType ($type)
 
 getType ()
 
- Public Attributes inherited from TYPO3\CMS\Extbase\Persistence\Generic\Mapper\ColumnMap
const RELATION_NONE = 'RELATION_NONE'
 
const RELATION_HAS_ONE = 'RELATION_HAS_ONE'
 
const RELATION_HAS_MANY = 'RELATION_HAS_MANY'
 
const RELATION_BELONGS_TO_MANY = 'RELATION_BELONGS_TO_MANY'
 
const RELATION_HAS_AND_BELONGS_TO_MANY = 'RELATION_HAS_AND_BELONGS_TO_MANY'
 
const RELATION_PARENT_FOREIGN_KEY = 'RELATION_PARENT_FOREIGN_KEY'
 
const RELATION_CHILD_FOREIGN_KEY = 'RELATION_CHILD_FOREIGN_KEY'
 
const RELATION_PARENT_CSV = 'RELATION_PARENT_CSV'
 
const RELATION_INTERMEDIATE_TABLE = 'RELATION_INTERMEDIATE_TABLE'
 
const STRATEGY_EAGER = 'eager'
 
const STRATEGY_LAZY_PROXY = 'proxy'
 
const STRATEGY_LAZY_STORAGE = 'storage'
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Persistence\Generic\Mapper\ColumnMap
 $propertyName
 
 $columnName
 
 $typeOfRelation
 
 $childClassName
 
 $childTableName
 
 $childTableWhereStatement
 
 $childSortByFieldName
 
 $relationTableName
 
 $relationTablePageIdColumnName
 
 $relationTableMatchFields
 
 $relationTableInsertFields
 
 $relationTableWhereStatement
 
 $parentKeyFieldName
 
 $parentTableFieldName
 
 $childKeyFieldName
 
 $dateTimeStorageFormat
 
 $type
 
 $internalType
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 2212 of file LegacyClassesForIde.php.