Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.ContentAssistExtension
-
Packages that use ContentAssistExtension Package Description org.eclipse.persistence.jpa.jpql.tools -
-
Uses of ContentAssistExtension in org.eclipse.persistence.jpa.jpql.tools
Fields in org.eclipse.persistence.jpa.jpql.tools declared as ContentAssistExtension Modifier and Type Field Description static ContentAssistExtensionContentAssistExtension. NULL_HELPERThenullinstance ofContentAssistExtension.Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type ContentAssistExtension Modifier and Type Method Description ContentAssistProposalsAbstractJPQLQueryHelper. buildContentAssistProposals(int position, ContentAssistExtension extension)Retrieves the possibles choices that can complete the query from the given position within the query.ContentAssistProposalsAbstractContentAssistVisitor. 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 voidDefaultContentAssistProposals. initialize(JPQLGrammar jpqlGrammar, ContentAssistExtension extension)Constructors in org.eclipse.persistence.jpa.jpql.tools with parameters of type ContentAssistExtension Constructor Description DefaultContentAssistProposals(JPQLGrammar jpqlGrammar, ContentAssistExtension extension)Creates a newDefaultContentAssistProposals.
-