| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.tools |
| Modifier and Type | Field and Description |
|---|---|
static ContentAssistExtension |
ContentAssistExtension.NULL_HELPER
The
null instance of ContentAssistExtension. |
| Modifier and Type | Method and Description |
|---|---|
ContentAssistProposals |
AbstractJPQLQueryHelper.buildContentAssistProposals(int position,
ContentAssistExtension extension)
Retrieves the possibles choices that can complete the query from the given position within
the query.
|
ContentAssistProposals |
AbstractContentAssistVisitor.buildProposals(int position,
ContentAssistExtension extension)
Prepares this visitor by prepopulating it with the necessary data that is required to properly
gather the list of proposals based on the given caret position.
|
protected void |
DefaultContentAssistProposals.initialize(JPQLGrammar jpqlGrammar,
ContentAssistExtension extension) |
| Constructor and Description |
|---|
DefaultContentAssistProposals(JPQLGrammar jpqlGrammar,
ContentAssistExtension extension)
Creates a new
DefaultContentAssistProposals. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.