EclipseLink 2.5.0, build 'v20130226-e0971b1' API Reference

org.eclipse.persistence.jpa.jpql.tools
Class EclipseLinkContentAssistVisitor.FromClauseSelectStatementHelper

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

protected class EclipseLinkContentAssistVisitor.FromClauseSelectStatementHelper
extends AbstractContentAssistVisitor.FromClauseSelectStatementHelper


Constructor Summary
protected EclipseLinkContentAssistVisitor.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.
 
Methods inherited from class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FromClauseSelectStatementHelper
getNextHelper, getPreviousHelper
 
Methods inherited from class org.eclipse.persistence.jpa.jpql.tools.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

EclipseLinkContentAssistVisitor.FromClauseSelectStatementHelper

protected EclipseLinkContentAssistVisitor.FromClauseSelectStatementHelper()
Method Detail

addAppendableToCollection

protected boolean addAppendableToCollection(SelectStatement expression,
                                            int position)

Overrides:
addAppendableToCollection in class AbstractContentAssistVisitor.FromClauseSelectStatementHelper

addClauseIdentifierProposals

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

Overrides:
addClauseIdentifierProposals in class AbstractContentAssistVisitor.FromClauseSelectStatementHelper
Parameters:
expression - The AbstractSelectStatement being visited

EclipseLink 2.5.0, build 'v20130226-e0971b1' API Reference