Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- Persistent store Coordinator
- 1009번
- CoreData
- Swift 고차함수
- leetcode #01
- Swift closure
- persistentStoreCoordinator
- Associated Value
- CoreData Stack
- 2022 부스트캠프
- Swift LinkedList
- 트레일링 클로저
- dateFormatter
- iOS Static Library 사용하는방법
- 다익스트라 이해
- 스위프트 클로저
- LightWeight Migration
- codability
- iOS Static Library
- CoreData Filter
- NSPredicates
- Swift
- 일급 객체
- expensive operation
- CoreData Concurrency
- Clean swift
- Java
- NSSortDescriptor
- Raw value and Associated value
- NSManagedObject SubClass
Archives
- Today
- Total
목록NSPredicates (1)
하루를살자

목차 - Relationship - NSFetchRequest (NSSortDescriptor, Predicates) Relationship NSManagedObjectModel 에 생성해 놓은 entity 들의 관계를 설정해줄수있다. 예를들어, 하나의 휴대폰기기(Deivce) 는 한명의 소유자 (Owner) 를 가질수 있지만, owner 는 여러개의 device 를 가질수 있다는 관계도를 설정해보자. 관계도는 아래와 같이 Entity 의 Relationship 부분에서 설정해줄수있다. 여기서 중점으로 봐야할것들은 아래와 같다. - Relationship = 현재 entity 의 어떤 관계를 갖는지 - Destination = 어떤 Entity 와 이런 관계를 가지고 있는지 - Inverse = 한쪽에서..
iOS
2022. 10. 18. 14:50