---
title: relationshipMappings
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nsentitymapping/relationshipmappings
---

# relationshipMappings

The array of relationship mappings for the entity mapping.

## Declaration

```swift
var relationshipMappings: [NSPropertyMapping]? { get set }
```

## Discussion

Discussion The order of mappings in the array specifies the order in which the mappings will be processed during a migration.

## See Also

### Managing Mapping Information

- [name](coredata/nsentitymapping/name.md)
- [mappingType](coredata/nsentitymapping/mappingtype.md)
- [entityMigrationPolicyClassName](coredata/nsentitymapping/entitymigrationpolicyclassname.md)
- [attributeMappings](coredata/nsentitymapping/attributemappings.md)
- [userInfo](coredata/nsentitymapping/userinfo.md)
