-
Undocumented
Declaration
Swift
public let field: String
-
Undocumented
Declaration
Swift
public let entity: any Entity.Type
-
Undocumented
Declaration
Swift
public let inversedBy: String?
-
Undocumented
Declaration
Swift
public let constraints: Set<Constraint>
-
Undocumented
See moreDeclaration
Swift
public enum Constraint : Hashable
-
Undocumented
Declaration
Swift
public init<Target: Entity>( entity: Target.Type, inversedBy: String? = nil, isUnique: Bool = false, isNullable: Bool = true, on constraints: Set<Constraint> = [.delete(.cascade)] )
-
Undocumented
Declaration
Swift
public init<Target: Entity>( field: String, entity: Target.Type, inversedBy: String? = nil, isUnique: Bool = false, isNullable: Bool = true, on constraints: Set<Constraint> = [.delete(.cascade)] )
-
Undocumented
Declaration
Swift
public init<Target: Entity>( entity: Target.Type, inversedBy: String? = nil, column: JoinTable.Column, on constraints: Set<Constraint> = [.delete(.cascade)] )
-
Undocumented
Declaration
Swift
public init<Target: Entity>( field: String, entity: Target.Type, inversedBy: String? = nil, column: JoinTable.Column, on constraints: Set<Constraint> = [.delete(.cascade)] )