Thanks for the reply Graham. The problem is as follows: You have an item. You know it appears somewhere in a list of all items. You need to find the index in the list at which the item appears. I cannot do this in conjunction with the paging method, because the two are distinct and separate operations that occur at different times.
The SQL I posted demonstrates how I can find the index of an item within a wider set of items. It works, but I am unable to translate it into HQL. I've used the SQL in my system for now, but it would be nice if I could figure out the HQL equivalent. Best, Kent
-- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
