How is objects in a RelationalList ordered? I am using a
EditableListView in the parent view. When I add items to the list, the
objects are getting re-arranged (Seems to be alpha sorted). I kind of
need an ordered list. Are there ways of annotating relationships to add
constraints (such as ordered). I know underneath hiberante supports
different collection models (Bags, Lists, etc..) but is there a way yet
in jmatter to specify such?
Any ideas?
Ryan