EntityType

public protocol EntityType

Provides entityName to map classes to entities.

  • entityName Default implementation

    The name of the entity in the data model. Defaults to the class name of self.

    Default Implementation

    Undocumented

    Declaration

    Swift

    static var entityName: String