Let's say I have an entity called Product that has a CMR One to Many
relationship with another entity called ProductLineItem.

If I call Product.getLineItems(), it returns a Collection of
ProductLineItems.

In the current RH code, is there any way to order the way the results are
returned? I think now they are ordered by their primary key but it would be
really useful to be able to order them by another field...

Hunter


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to