[jboss-cvs] jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/hqleditor ...

Max Rydahl Andersen mandersen at jboss.com
Fri Oct 27 09:35:25 EDT 2006


  User: mandersen
  Date: 06/10/27 09:35:25

  Modified:    hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/hqleditor 
                        HQLEditor.java
  Log:
  HBX-792 exposing setMaxResult in UI
  
  Revision  Changes    Path
  1.13      +1 -1      jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/hqleditor/HQLEditor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HQLEditor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/hqleditor/HQLEditor.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- HQLEditor.java	23 Oct 2006 13:22:55 -0000	1.12
  +++ HQLEditor.java	27 Oct 2006 13:35:25 -0000	1.13
  @@ -371,7 +371,7 @@
      
   
      public void executeQuery(ConsoleConfiguration cfg) {
  -	   cfg.executeHQLQuery(getQueryString(), getQueryInputModel().getQueryParametersForQuery() );	
  +	   cfg.executeHQLQuery(getQueryString(), getQueryInputModel().getCopyForQuery() );	
      }
   
     
  
  
  



More information about the jboss-cvs-commits mailing list