Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Uses of ContentAssistProposals in org.eclipse.persistence.jpa.jpql.tools
Modifier and TypeClassDescriptionfinal class
The default implementation ofContentAssistProposals
which stores the valid proposals.Modifier and TypeMethodDescriptionAbstractJPQLQueryHelper.buildContentAssistProposals
(int position) Retrieves the possibles choices that can complete the query from the given position within the query.AbstractJPQLQueryHelper.buildContentAssistProposals
(int position, ContentAssistExtension extension) Retrieves the possibles choices that can complete the query from the given position within the query.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.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.