1 Reply Latest reply on Oct 16, 2008 1:29 AM by jaikiran

    Using LIMIT with EJB QL

    jferraro1

      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