[jboss-user] [EJB 3.0] - Re: traversing through result
mazz@jboss.com
do-not-reply at jboss.com
Tue Jan 29 12:10:18 EST 2008
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
More information about the jboss-user
mailing list