Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.ContentAssistExtension
Packages that use ContentAssistExtension
-
Uses of ContentAssistExtension in org.eclipse.persistence.jpa.jpql.tools
Fields in org.eclipse.persistence.jpa.jpql.tools declared as ContentAssistExtensionModifier and TypeFieldDescriptionstatic final ContentAssistExtension
ContentAssistExtension.NULL_HELPER
Thenull
instance ofContentAssistExtension
.Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type ContentAssistExtensionModifier and TypeMethodDescriptionAbstractJPQLQueryHelper.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, 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) Constructors in org.eclipse.persistence.jpa.jpql.tools with parameters of type ContentAssistExtensionModifierConstructorDescriptionDefaultContentAssistProposals
(JPQLGrammar jpqlGrammar, ContentAssistExtension extension) Creates a newDefaultContentAssistProposals
.