EclipseLink 2.4.0, build 'v20120608-r11652' API Reference

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

java.lang.Object
  extended by org.eclipse.persistence.jpa.jpql.AbstractContentAssistVisitor.AbstractFromClauseSelectStatementHelper<SelectStatement>
      extended by org.eclipse.persistence.jpa.jpql.AbstractContentAssistVisitor.FromClauseSelectStatementHelper
          extended by org.eclipse.persistence.jpa.jpql.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  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.AbstractContentAssistVisitor.FromClauseSelectStatementHelper
addAppendableToCollection, getNextHelper, 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

EclipseLinkContentAssistVisitor.FromClauseSelectStatementHelper

protected EclipseLinkContentAssistVisitor.FromClauseSelectStatementHelper()
Method Detail

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.4.0, build 'v20120608-r11652' API Reference