Re: Losing my mind
Re: Losing my mind
- Subject: Re: Losing my mind
- From: Kent Harris <email@hidden>
- Date: Thu, 18 Mar 2004 04:45:48 -0800
Thanks Ray and Art.
Ray, I tried different methods and no joy. Art, I added the
EOAdaptorDebugEnabled and discovered that specific fetch is not even
going to the database. I would presume EOF would complain if it was a
malformed qualifier? I'm stumped.
Kent
public UserRole userRoleByLevel( int level ) {
EOQualifier qual = new EOKeyValueQualifier( "authLevel",
EOQualifier.QualifierOperatorEqual, new Integer( level ) );
EOFetchSpecification fs = new EOFetchSpecification( "UserRole",
qual, null );
NSArray userRoles =
editingContext().objectsWithFetchSpecification( fs );
...
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.