---
title: entityMappingsByName
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nsmappingmodel/entitymappingsbyname
---

# entityMappingsByName

The entity mappings for the mapping model, keyed by name.

## Declaration

```swift
var entityMappingsByName: [String : NSEntityMapping] { get }
```

## See Also

### Managing Entity Mappings

- [entityMappings](coredata/nsmappingmodel/entitymappings.md)
