The Query API may help.

http://java.sun.com/javaee/5/docs/api/javax/persistence/Query.html


  | Query       setFirstResult(int startPosition)
  |           Set the position of the first result to retrieve.
  | 
  |  Query      setMaxResults(int maxResult)
  |           Set the maximum number of results to retrieve.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996443#3996443

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996443
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to