Hi,

for those of you following development progress, we just wanted to get
the news out that we have added a new collection type named
"java.util.SortedSet" (or sortedset). This allows you to use an instance
of java.util.SortedSet as a type of a collection, and to specify the
sort order by either using the Comparable interface on the classes
stored within this collection, or by declaring a custom
java.util.Comparator instance on the field mapping.

I hope this new feature is of any help to (especially the JDO) users,
and as always, we'd greatly appreciate any feedback.

To get an early idea about usage, please have a look at
src/tests/jdo/TestSortedCollection.java (the CustomComparator class and
the mapping file in the same directory).

Regards
Werner


-------------------------------------------------
If you wish to unsubscribe from this list, please 
send an empty message to the following address:

[EMAIL PROTECTED]
-------------------------------------------------

Reply via email to