EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.jpa.jpql
Class AbstractContentAssistVisitor.DefaultMappingCollector

java.lang.Object
  extended by org.eclipse.persistence.jpa.jpql.AbstractContentAssistVisitor.DefaultMappingCollector
All Implemented Interfaces:
AbstractContentAssistVisitor.MappingCollector
Enclosing class:
AbstractContentAssistVisitor

protected class AbstractContentAssistVisitor.DefaultMappingCollector
extends java.lang.Object
implements AbstractContentAssistVisitor.MappingCollector

The default implementation of AbstractContentAssistVisitor.DefaultMappingCollector, which simply returns an empty collection.


Constructor Summary
protected AbstractContentAssistVisitor.DefaultMappingCollector()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractContentAssistVisitor.DefaultMappingCollector

protected AbstractContentAssistVisitor.DefaultMappingCollector()
Method Detail

buildProposals

public 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.

Specified by:
buildProposals in interface AbstractContentAssistVisitor.MappingCollector
Returns:
The possible proposals

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference