Uses of Class
org.apache.cayenne.map.EntityInheritanceTree

Packages that use EntityInheritanceTree
org.apache.cayenne.access Contains classes that make up Cayenne ORM stack. 
org.apache.cayenne.map Contains O/R mapping classes that store relational database metadata information and map it to Java classes. 
org.apache.cayenne.reflect   
 

Uses of EntityInheritanceTree in org.apache.cayenne.access
 

Methods in org.apache.cayenne.access that return EntityInheritanceTree
 EntityInheritanceTree QueryTranslator.getRootInheritanceTree()
          Returns an EntityInheritanceTree for the root entity.
 

Uses of EntityInheritanceTree in org.apache.cayenne.map
 

Methods in org.apache.cayenne.map that return EntityInheritanceTree
 EntityInheritanceTree EntityResolver.lookupInheritanceTree(ObjEntity entity)
          Returns EntityInheritanceTree representing inheritance hierarchy that starts with a given ObjEntity as root, and includes all its subentities.
 

Methods in org.apache.cayenne.map with parameters of type EntityInheritanceTree
 void EntityInheritanceTree.addChildNode(EntityInheritanceTree node)
           
 

Uses of EntityInheritanceTree in org.apache.cayenne.reflect
 

Methods in org.apache.cayenne.reflect with parameters of type EntityInheritanceTree
protected  void PersistentDescriptorFactory.indexSubclassDescriptors(PersistentDescriptor descriptor, EntityInheritanceTree inheritanceTree)
           
 



Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.