EclipseLink 2.4.0, build 'v20120608-r11652' API Reference

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

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

protected class EclipseLinkContentAssistVisitor.WhereClauseSelectStatementHelper
extends AbstractContentAssistVisitor.WhereClauseSelectStatementHelper


Constructor Summary
protected EclipseLinkContentAssistVisitor.WhereClauseSelectStatementHelper()
           
 
Method Summary
 void appendNextClauseProposals(SelectStatement expression, WhereClause clause, int position, boolean complete)
          
 
Methods inherited from class org.eclipse.persistence.jpa.jpql.AbstractContentAssistVisitor.WhereClauseSelectStatementHelper
getNextHelper, getPreviousHelper
 
Methods inherited from class org.eclipse.persistence.jpa.jpql.AbstractContentAssistVisitor.AbstractWhereClauseSelectStatementHelper
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.WhereClauseSelectStatementHelper

protected EclipseLinkContentAssistVisitor.WhereClauseSelectStatementHelper()
Method Detail

appendNextClauseProposals

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

Specified by:
appendNextClauseProposals in interface AbstractContentAssistVisitor.SelectStatementHelper<SelectStatement,WhereClause>
Overrides:
appendNextClauseProposals in class AbstractContentAssistVisitor.WhereClauseSelectStatementHelper

EclipseLink 2.4.0, build 'v20120608-r11652' API Reference