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

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

All Implemented Interfaces:
Filter<IMapping>
Enclosing class:
ContentAssistVisitor

private class ContentAssistVisitor.CollectionMappingFilter
extends java.lang.Object
implements Filter<IMapping>

Constructor Summary
private ContentAssistVisitor.CollectionMappingFilter()
           

 

Method Summary
 boolean accept(IMapping value)
          Determines whether the specified object is "accepted" by the filter.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ContentAssistVisitor.CollectionMappingFilter

private ContentAssistVisitor.CollectionMappingFilter()

Method Detail

accept

public boolean accept(IMapping value)
Determines whether the specified object is "accepted" by the filter. The semantics of "accept" is determined by the contract between the client and the server.
Specified by:
accept in interface Filter<IMapping>
Parameters:
value - The value to filter
Returns:
true if the given value is "accepted" by this filter; false if it was "rejected".

Skip navigation links

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