[infinispan-dev] Wiki up on Querying

Navin Surtani nsurtani at redhat.com
Fri Sep 25 05:42:50 EDT 2009


On 25 Sep 2009, at 02:35, Michael Neale wrote:

> I prefer the pagination approach - as in practice that makes things
> easier to use without thinking as hard... could still have option for
> iterators? (or perhaps not, bloat?)

+1

Why not have both features since one of them is already built-in?


>
> On Fri, Sep 25, 2009 at 12:26 AM, Emmanuel Bernard
> <emmanuel at hibernate.org> wrote:
>> What do you guys thing of allowing pagination instead of the two
>> iterator methods?
>> We all know how people love to manipulate iterators.
>>
>> cq.setFirstResult(10).setMaxResults(20).list();
>> //getResults() is probably better than list() IMO

Assuming you're talking about how I threw the wiki code example  
together, I just threw a bunch of the methods in there without really  
thinking about importance.


>>
>> When working on my book, I really realized tat pagination and List  
>> was
>> the best approach. We have iterators and scrollable results in
>> Hibernate just because Core has these legacy approaches.
>>
>> On 24 sept. 09, at 16:10, Navin Surtani wrote:
>>
>>> Heya guys,
>>>
>>> Just to let you know the wiki article on Querying is now up. http://www.jboss.org/community/wiki/QueryingInfinispan
>>>
>>> Also, have a read at the blog: - http://infinispan.blogspot.com/2009/09/infinispan-query-breaks-into-400cr1_23.html
>>>
>>>
>>>
>>>
>>> Navin Surtani
>>>
>>> Intern Infinispan
>>> Intern JBoss Cache Searchable
>>>
>>> _______________________________________________
>>> infinispan-dev mailing list
>>> infinispan-dev at lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>>
>> _______________________________________________
>> infinispan-dev mailing list
>> infinispan-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>>
>
>
>
> -- 
> Michael D Neale
> home: www.michaelneale.net
> blog: michaelneale.blogspot.com
> _______________________________________________
> infinispan-dev mailing list
> infinispan-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev

Navin Surtani

Intern Infinispan
Intern JBoss Cache Searchable




More information about the infinispan-dev mailing list