Niclas Hedhman wrote:
> 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?

Like I said, when Alin rewrote the query engine it was "lost in 
translation". It would be very cool to reintroduce it though, if 
possible. Basically just doing an in-mem version of the query against 
the iterable.

/Rickard

_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to