In hibernate, we can use below code to limit the collection's size.
| s.createFilter( lazyCollection,
"").setFirstResult(0).setMaxResults(10).list();
|
How can I do such thing in JBoss Seam, or in the other words, EJB3.
Maybe I posted in the wrong forum, but I'm using Seam, so I post it here.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018101#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...