Protocols

The following protocols are available globally.

  • Provides entityName to map classes to entities.

    See more

    Declaration

    Swift

    public protocol EntityType
  • Conform to KeyCodable to provide keys for your NSManagedObject keys. It is reccomended that you use a String enum.

    Declaration

    Swift

    public protocol KeyCodable