mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-12 05:21:56 +01:00
performant access of relationship objectIDs for snapshots
This commit is contained in:
@@ -43,6 +43,8 @@ internal protocol FieldAttributeProtocol: FieldProtocol {
|
||||
defaultValue: Any?
|
||||
)
|
||||
|
||||
static var dynamicObjectType: CoreStoreObject.Type { get }
|
||||
|
||||
var entityDescriptionValues: () -> EntityDescriptionValues { get }
|
||||
var getter: CoreStoreManagedObject.CustomGetter? { get }
|
||||
var setter: CoreStoreManagedObject.CustomSetter? { get }
|
||||
|
||||
Reference in New Issue
Block a user