On Mon, Aug 25, 2008 at 10:00 AM, Rickard Öberg <[EMAIL PROTECTED]> wrote: > 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.
I asked this before; What happened to the Query support on Iterables? Originally, you could create an QueryBuilder against a Iterable, and do whatever query on it you like. Are we dropping that support? Because with it, the above is effectively a mere convenience method. Cheers Niclas _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

