我有實體Unit
和Tag
,每個都有與其他的多對多關係。謂詞和不同的對象
我使用NSFetchedResultsController
來管理數據。我需要的是將條件爲Tag.show == YES
的不同Unit
對象歸還爲NSFetchedResultsController
。我不知道如何將所有這一切都送到NSFetchedResultsController
。將實體設置爲Unit
或Tag
,如何爲其構建謂詞。
實施例:
我有6個Tag
對象tag1...tag6
和3單元對象unit1, unit2, unit3
。 tag1,tag2指向unit1,tag3,tag4到unit2。 tag1 ... tag4 met show == YES
條件。 所以我最終想要把uni1和unit2變成NSFetchedResultsController
。
這是Visual Basic還是Delphi? – leppie 2010-08-04 12:16:40