Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
-
Packages that use ContentAssistProposals Package Description org.eclipse.persistence.jpa.jpql.tools -
-
Uses of ContentAssistProposals in org.eclipse.persistence.jpa.jpql.tools
Classes in org.eclipse.persistence.jpa.jpql.tools that implement ContentAssistProposals Modifier and Type Class Description classDefaultContentAssistProposalsThe default implementation ofContentAssistProposalswhich stores the valid proposals.Methods in org.eclipse.persistence.jpa.jpql.tools that return ContentAssistProposals Modifier and Type Method Description ContentAssistProposalsAbstractJPQLQueryHelper. buildContentAssistProposals(int position)Retrieves the possibles choices that can complete the query from the given position within the query.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)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.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.
-