[jboss-user] [EJB 3.0] - Using LIMIT with EJB QL
jferraro@ihc.com
do-not-reply at jboss.com
Wed Oct 15 18:45:05 EDT 2008
I am using the LIMIT tag on an Entity bean query and it seems to be ignored by JBoss? Does anyone know if this works with JBoss-4.2.2.GA ? The query is
| Query query = this.em.createQuery("from ClinicalDocumentEvent e where e.processedFlag = 'N' order by e.eventTimestamp asc limit 100);
|
|
Thanks !
Jeff
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182523#4182523
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182523
More information about the jboss-user
mailing list