Hey, I have now implemented QI-122, Queries on Iterable. In QueryBuilderFactory there's a new "newQuery(iterable<T>)" method that you can use. Either input a collection or a custom iterable to work with it. The funky part is that you can of course use it with ManyAssociations too.
Looks like it can be very useful for viewing of lists, since it handles ordering and paging "for you". We should probably create a Swing table that can bind to a Query and allow ordering/paging as built-in features. /Rickard _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

