[jboss-user] [JBoss Seam] - Re: limiting size of query/result set

trickyvail do-not-reply at jboss.com
Wed Oct 3 10:57:06 EDT 2007


Could you try this?
	<framework:entity-query
  | 		name="randomPageImagesSmall"		max-results="3"	>
  | 		<framework:ejbql>from PageImage</framework:ejbql>
  | 		<framework:order>RAND()</framework:order>
  | 	</framework:entity-query>

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091096



More information about the jboss-user mailing list