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
Interface ContentAssistVisitor.MappingCollector

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

private static interface ContentAssistVisitor.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

Skip navigation links

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