migrationManagerClass()
Returns the migration manager class for this store class.
Declaration
class func migrationManagerClass() -> AnyClassReturn Value
The NSMigrationManager class for this store class
Discussion
In a subclass of NSPersistentStore, you can override this to provide a custom migration manager subclass (for example, to take advantage of store-specific functionality to improve migration performance).