Hi,
I got a fetchspec in EOModel that has a qualifier (usercode =
$usercode), i placed the desired usercode into my NSMutableDictionary
and
call
EOFetchSpecification.fetchSpecificationNamed("fetchByCode","user"); in
order to have a fetch spec that complete this statement,
for example usercode = 1
If i would like to fetch usercode 1,2,3 how can i assign all these
value to my NSMutableDictionary? I tried to use NSArray inside
the dictionary but failed. And ultimately, what i need is a fetch spec
that returns values based on my qualifiers(with an array of value).