Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.jpa.internal.jpql
Class ContentAssistVisitor.DefaultMappingCollector

java.lang.Object
  extended by org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.DefaultMappingCollector

All Implemented Interfaces:
ContentAssistVisitor.MappingCollector
Enclosing class:
ContentAssistVisitor

private class ContentAssistVisitor.DefaultMappingCollector
extends java.lang.Object
implements ContentAssistVisitor.MappingCollector

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


Constructor Summary
private ContentAssistVisitor.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

ContentAssistVisitor.DefaultMappingCollector

private ContentAssistVisitor.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 ContentAssistVisitor.MappingCollector
Returns:
The possible proposals

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.