Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
Packages that use ContentAssistProposals
-
Uses of ContentAssistProposals in org.eclipse.persistence.jpa.jpql.tools
Classes in org.eclipse.persistence.jpa.jpql.tools that implement ContentAssistProposalsModifier and TypeClassDescriptionfinal classThe default implementation ofContentAssistProposalswhich stores the valid proposals.Methods in org.eclipse.persistence.jpa.jpql.tools that return ContentAssistProposalsModifier 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.