Contents

currentEntityMapping

The entity mapping currently being processed.

Declaration

var currentEntityMapping: NSEntityMapping { get }

Discussion

Each entity is processed a total of three times—instance creation, relationship creation, and validation.

Special Considerations

You can observe this value using key-value observing.

See Also

Monitoring a Migration’s Progress