EclipseLink 2.4.1, build 'v20121003-ad44345' API Reference

org.eclipse.persistence.jpa.jpql
Interface AbstractContentAssistVisitor.MappingCollector

All Known Implementing Classes:
AbstractContentAssistVisitor.DefaultMappingCollector, AbstractContentAssistVisitor.FilteringMappingCollector
Enclosing class:
AbstractContentAssistVisitor

protected static interface AbstractContentAssistVisitor.MappingCollector

A collector is responsible to retrieve the possible proposals by using the mappings that can complete a path expression.


Method Summary
 java.util.Collection<IMapping> buildProposals()
          Retrieves the possible proposals that can be used to complete a path expression based on the position of the cursor.
 

Method Detail

buildProposals

java.util.Collection<IMapping> buildProposals()
Retrieves the possible proposals that can be used to complete a path expression based on the position of the cursor.

Returns:
The possible proposals

EclipseLink 2.4.1, build 'v20121003-ad44345' API Reference