EclipseLink 2.4.2, build 'v20130514-5956486' 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.2, build 'v20130514-5956486' API Reference