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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...