| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.tools |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultContentAssistVisitor
This visitor traverses the JPQL parsed tree and gathers the possible proposals at a given position.
|
class |
EclipseLinkContentAssistVisitor
This extension over the default content assist visitor adds the additional support EclipseLink
provides.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractContentAssistVisitor |
AbstractContentAssistVisitor.AppendableExpressionVisitor.visitor
Enclosing visitor instance.
|
protected AbstractContentAssistVisitor |
AbstractContentAssistVisitor.FollowingInvalidExpressionVisitor.visitor
Enclosing visitor instance.
|
protected AbstractContentAssistVisitor |
AbstractContentAssistVisitor.MappingFilterBuilder.visitor
Enclosing visitor instance.
|
protected AbstractContentAssistVisitor |
AbstractContentAssistVisitor.VisitParentVisitor.visitor
Enclosing visitor instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractContentAssistVisitor |
EclipseLinkJPQLQueryHelper.buildContentAssistVisitor(JPQLQueryContext queryContext)
Creates the concrete instance of the content assist visitor that will give the possible
choices based on the position of the cursor within the JPQL query.
|
protected AbstractContentAssistVisitor |
DefaultJPQLQueryHelper.buildContentAssistVisitor(JPQLQueryContext queryContext)
Creates the concrete instance of the content assist visitor that will give the possible
choices based on the position of the cursor within the JPQL query.
|
protected abstract AbstractContentAssistVisitor |
AbstractJPQLQueryHelper.buildContentAssistVisitor(JPQLQueryContext queryContext)
Creates the concrete instance of the content assist visitor that will give the possible
choices based on the position of the cursor within the JPQL query.
|
protected AbstractContentAssistVisitor |
AbstractJPQLQueryHelper.getContentAssistVisitor()
Returns the visitor that can visit a JPQL query and based on the position of the cursor within
the JPQL query and determines the valid proposals.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
AbstractContentAssistVisitor.IdentificationVariableType.add(AbstractContentAssistVisitor contentAssist,
Declaration declaration,
Expression expression)
Adds the identification variables defined in the given
Declaration. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.