Yours is a typical use-case for paging: http://java.sun.com/javaee/5/docs/api/javax/persistence/Query.html
setFirstResults: http://java.sun.com/javaee/5/docs/api/javax/persistence/Query.html#setFirstResult(int) setMaxResults: http://java.sun.com/javaee/5/docs/api/javax/persistence/Query.html#setMaxResults(int) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124492#4124492 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124492 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
