entityMigrationPolicyClassName
The class name of the migration policy for the entity mapping.
Declaration
var entityMigrationPolicyClassName: String? { get set }Discussion
If not specified, the default migration class name is NSEntityMigrationPolicy. You can specify a subclass to provide custom behavior.