EclipseLink 2.4.0, build 'v20120608-r11652' API Reference

org.eclipse.persistence.jpa.jpql
Class AbstractContentAssistVisitor.FromClauseSelectStatementHelper

java.lang.Object
  extended by org.eclipse.persistence.jpa.jpql.AbstractContentAssistVisitor.AbstractFromClauseSelectStatementHelper<SelectStatement>
      extended by org.eclipse.persistence.jpa.jpql.AbstractContentAssistVisitor.FromClauseSelectStatementHelper
All Implemented Interfaces:
AbstractContentAssistVisitor.SelectStatementHelper<SelectStatement,AbstractFromClause>
Direct Known Subclasses:
EclipseLinkContentAssistVisitor.FromClauseSelectStatementHelper
Enclosing class:
AbstractContentAssistVisitor

protected class AbstractContentAssistVisitor.FromClauseSelectStatementHelper
extends AbstractContentAssistVisitor.AbstractFromClauseSelectStatementHelper<SelectStatement>


Constructor Summary
protected AbstractContentAssistVisitor.FromClauseSelectStatementHelper()
           
 
Method Summary
protected  boolean addAppendableToCollection(SelectStatement expression, int position)
          
protected  void addClauseIdentifierProposals(SelectStatement expression)
          Requests this helper to add the JPQL identifiers for the clauses that follows the FROM clause.
 AbstractContentAssistVisitor.WhereClauseSelectStatementHelper getNextHelper()
          
 AbstractContentAssistVisitor.SelectClauseSelectStatementHelper getPreviousHelper()
          
 
Methods inherited from class org.eclipse.persistence.jpa.jpql.AbstractContentAssistVisitor.AbstractFromClauseSelectStatementHelper
addClauseProposal, appendNextClauseProposals, 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

AbstractContentAssistVisitor.FromClauseSelectStatementHelper

protected AbstractContentAssistVisitor.FromClauseSelectStatementHelper()
Method Detail

addAppendableToCollection

protected boolean addAppendableToCollection(SelectStatement expression,
                                            int position)

Overrides:
addAppendableToCollection in class AbstractContentAssistVisitor.AbstractFromClauseSelectStatementHelper<SelectStatement>

addClauseIdentifierProposals

protected void addClauseIdentifierProposals(SelectStatement expression)
Requests this helper to add the JPQL identifiers for the clauses that follows the FROM clause.

Specified by:
addClauseIdentifierProposals in class AbstractContentAssistVisitor.AbstractFromClauseSelectStatementHelper<SelectStatement>
Parameters:
expression - The AbstractSelectStatement being visited

getNextHelper

public AbstractContentAssistVisitor.WhereClauseSelectStatementHelper getNextHelper()


getPreviousHelper

public AbstractContentAssistVisitor.SelectClauseSelectStatementHelper getPreviousHelper()


EclipseLink 2.4.0, build 'v20120608-r11652' API Reference