Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.core.context
Class Entity.IsDescendant

java.lang.Object
  extended by org.eclipse.jpt.common.utility.internal.predicate.PredicateAdapter<Entity>
      extended by org.eclipse.jpt.jpa.core.context.Entity.IsDescendant
All Implemented Interfaces:
org.eclipse.jpt.common.utility.predicate.Predicate<Entity>
Enclosing interface:
Entity

public static class Entity.IsDescendant
extends org.eclipse.jpt.common.utility.internal.predicate.PredicateAdapter<Entity>


Constructor Summary
Entity.IsDescendant(Entity entity)
           
 
Method Summary
 boolean evaluate(Entity entity)
           
 
Methods inherited from class org.eclipse.jpt.common.utility.internal.predicate.PredicateAdapter
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Entity.IsDescendant

public Entity.IsDescendant(Entity entity)
Method Detail

evaluate

public boolean evaluate(Entity entity)
Specified by:
evaluate in interface org.eclipse.jpt.common.utility.predicate.Predicate<Entity>
Overrides:
evaluate in class org.eclipse.jpt.common.utility.internal.predicate.PredicateAdapter<Entity>

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.