EclipseLink 2.4.0, build 'v20120608-r11652' API Reference

org.eclipse.persistence.jpa.jpql
Class EclipseLinkContentAssistVisitor.GroupByClauseSelectStatementHelper

java.lang.Object
  extended by org.eclipse.persistence.jpa.jpql.AbstractContentAssistVisitor.AbstractGroupByClauseSelectStatementHelper<SelectStatement>
      extended by org.eclipse.persistence.jpa.jpql.AbstractContentAssistVisitor.GroupByClauseSelectStatementHelper
          extended by org.eclipse.persistence.jpa.jpql.EclipseLinkContentAssistVisitor.GroupByClauseSelectStatementHelper
All Implemented Interfaces:
AbstractContentAssistVisitor.SelectStatementHelper<SelectStatement,GroupByClause>
Enclosing class:
EclipseLinkContentAssistVisitor

protected class EclipseLinkContentAssistVisitor.GroupByClauseSelectStatementHelper
extends AbstractContentAssistVisitor.GroupByClauseSelectStatementHelper


Constructor Summary
protected EclipseLinkContentAssistVisitor.GroupByClauseSelectStatementHelper()
           
 
Method Summary
 void appendNextClauseProposals(SelectStatement expression, GroupByClause clause, int position, boolean complete)
          
 
Methods inherited from class org.eclipse.persistence.jpa.jpql.AbstractContentAssistVisitor.GroupByClauseSelectStatementHelper
getNextHelper, getPreviousHelper
 
Methods inherited from class org.eclipse.persistence.jpa.jpql.AbstractContentAssistVisitor.AbstractGroupByClauseSelectStatementHelper
addClauseProposal, getClause, getClauseExpression, hasClause, hasClauseExpression, hasSpaceAfterClause, hasSpaceBeforeClause, isClauseExpressionComplete
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseLinkContentAssistVisitor.GroupByClauseSelectStatementHelper

protected EclipseLinkContentAssistVisitor.GroupByClauseSelectStatementHelper()
Method Detail

appendNextClauseProposals

public void appendNextClauseProposals(SelectStatement expression,
                                      GroupByClause clause,
                                      int position,
                                      boolean complete)

Specified by:
appendNextClauseProposals in interface AbstractContentAssistVisitor.SelectStatementHelper<SelectStatement,GroupByClause>
Overrides:
appendNextClauseProposals in class AbstractContentAssistVisitor.GroupByClauseSelectStatementHelper

EclipseLink 2.4.0, build 'v20120608-r11652' API Reference