Customizing the EOSortOrdering
Customizing the EOSortOrdering
- Subject: Customizing the EOSortOrdering
- From: David Sargent <email@hidden>
- Date: Mon, 27 Mar 2006 20:47:05 -0700
I have a need to sort the objects in ascending order with NULL first.
I am using Oracle 10g and it support an SQL option to do just that.
order by shipDate nulls first.
The question is how is the best way to get WO to allow me to use this
oracle feature. I looked at overriding the EOSortOrdering to create
my own. Not clear on where the SQL is generated. Any suggestions
would be appreciated. I have too many records to do it internally.
I have looked at doing rawRowsForSQL and then convert the objects to
EO. That solution will cause me some problems in another area. Any
other suggestion would be very much appreciated.
David
_______________________________________________
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