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

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


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

  Modified:    hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/criteriaeditor 
                        CriteriaEditor.java
  Log:
  HBX-792 exposing setMaxResult in UI
  
  Revision  Changes    Path
  1.7       +1 -1      jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/criteriaeditor/CriteriaEditor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CriteriaEditor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/criteriaeditor/CriteriaEditor.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- CriteriaEditor.java	21 Sep 2006 22:58:37 -0000	1.6
  +++ CriteriaEditor.java	27 Oct 2006 13:35:26 -0000	1.7
  @@ -117,7 +117,7 @@
       }
   
   	public void executeQuery(ConsoleConfiguration cfg) {
  -		cfg.executeBSHQuery(getQueryString(), getQueryInputModel().getQueryParametersForQuery() );
  +		cfg.executeBSHQuery(getQueryString(), getQueryInputModel().getCopyForQuery() );
   	}
   
   	protected IEvaluationContext getEvaluationContext(IJavaProject project) {
  
  
  



More information about the jboss-cvs-commits mailing list