---
title: entityMappings
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nsmappingmodel/entitymappings
---

# entityMappings

The entity mappings for the mapping model.

## Declaration

```swift
var entityMappings: [NSEntityMapping]! { get set }
```

## Discussion

Discussion The order of the mappings in the array determines the order in which they will be processed during migration.

## See Also

### Managing Entity Mappings

- [entityMappingsByName](coredata/nsmappingmodel/entitymappingsbyname.md)
