mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-09-10 03:41:53 +02:00
WIP
This commit is contained in:
@@ -203,31 +203,37 @@ public /*abstract*/ class DynamicEntity: Hashable {
|
||||
/**
|
||||
Do not use directly.
|
||||
*/
|
||||
@_spi(Internals)
|
||||
public let type: DynamicObject.Type
|
||||
|
||||
/**
|
||||
Do not use directly.
|
||||
*/
|
||||
@_spi(Internals)
|
||||
public let entityName: EntityName
|
||||
|
||||
/**
|
||||
Do not use directly.
|
||||
*/
|
||||
@_spi(Internals)
|
||||
public let isAbstract: Bool
|
||||
|
||||
/**
|
||||
Do not use directly.
|
||||
*/
|
||||
@_spi(Internals)
|
||||
public let versionHashModifier: String?
|
||||
|
||||
/**
|
||||
Do not use directly.
|
||||
*/
|
||||
@_spi(Internals)
|
||||
public let indexes: [[KeyPathString]]
|
||||
|
||||
/**
|
||||
Do not use directly.
|
||||
*/
|
||||
@_spi(Internals)
|
||||
public let uniqueConstraints: [[KeyPathString]]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user