• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: EOQualifier on a toMany attribute
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: EOQualifier on a toMany attribute


  • Subject: Re: EOQualifier on a toMany attribute
  • From: "Jerry W. Walker" <email@hidden>
  • Date: Tue, 14 Feb 2006 00:22:28 -0500

Hi, Xavier,

It would help to know how your code is failing, but I don't see why your code wouldn't work so long as "arg" is an NSArray.

If arg is an instance of Connector rather than an NSArray, then change your qualifier generating statement to the following:

EOQualifer myQualifier = EOQualifer.qualifierWithQualifierFormat ("connectors = %@", new NSArray(arg));

Regards,
Jerry

On Feb 13, 2006, at 6:15 PM, Dev WO wrote:

Hi,
I don't know if I'm doing it wrong or if I'm just misuse EOQualifier but:
I have an entity a with a flattened manyToMany relationship named connectors on a connector entity.


I need to qualify a fetch on entity a based on having connector %@
so basically I was doing
EOQualifer.qualifierWithQualifierFormat("connectors = %@", arg);
arg having a connector entity.

But this doesn't seemed to work...
Am I doing this wrong?

Thanks

Xavier
_______________________________________________
WebObjects-dev mailing list
email@hidden
http://www.omnigroup.com/mailman/listinfo/webobjects-dev


--
__ Jerry W. Walker,
WebObjects Developer/Instructor for High Performance Industrial Strength Internet Enabled Systems


    email@hidden
    203 278-4085        office



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: EOQualifier on a toMany attribute
      • From: Dev WO <email@hidden>
References: 
 >EOQualifier on a toMany attribute (From: Dev WO <email@hidden>)

  • Prev by Date: Re: Problems with Xcode 2.2.1
  • Next by Date: Re: EOQualifier on a toMany attribute
  • Previous by thread: EOQualifier on a toMany attribute
  • Next by thread: Re: EOQualifier on a toMany attribute
  • Index(es):
    • Date
    • Thread