| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.tools |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultContentAssistProposals
The default implementation of
ContentAssistProposals which stores the valid proposals. |
| Modifier and Type | Method and Description |
|---|---|
ContentAssistProposals |
AbstractJPQLQueryHelper.buildContentAssistProposals(int position)
Retrieves the possibles choices that can complete the query from the given position within
the query.
|
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)
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.
|
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.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.