[infinispan-dev] Wiki up on Querying
Emmanuel Bernard
emmanuel at hibernate.org
Thu Sep 24 10:26:19 EDT 2009
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
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
More information about the infinispan-dev
mailing list