On Mar 5, 2008, at 6:52 PM, Andrus Adamchik wrote:
I have yet to map a relationship as a Set. Does the set implementation used preserve iteration order?No, it is a HashSet.
But we can probably replace it with a LinkedHashSet I guess... Then the iteration order will match the List expectations (even if we add explicit relationship ordering per recent Jira). Then users can choose 'Set' for relationships they are planning to modify and 'List' (default) for the rest.
Andrus
