Uses of Class
org.apache.cayenne.map.EntityInheritanceTree
Packages that use EntityInheritanceTree
Package
Description
Contains O/R mapping classes that store relational database
metadata information and map it to Java classes.
-
Uses of EntityInheritanceTree in org.apache.cayenne.map
Fields in org.apache.cayenne.map declared as EntityInheritanceTreeFields in org.apache.cayenne.map with type parameters of type EntityInheritanceTreeModifier and TypeFieldDescriptionprotected Collection
<EntityInheritanceTree> EntityInheritanceTree.subentities
Methods in org.apache.cayenne.map that return EntityInheritanceTreeModifier and TypeMethodDescriptionDataMap.getInheritanceTree
(String entityName) EntityResolver.getInheritanceTree
(String entityName) MappingNamespace.getInheritanceTree
(String entityName) Methods in org.apache.cayenne.map that return types with arguments of type EntityInheritanceTreeMethods in org.apache.cayenne.map with parameters of type EntityInheritanceTreeModifier and TypeMethodDescriptionvoid
EntityInheritanceTree.addChildNode
(EntityInheritanceTree node) -
Uses of EntityInheritanceTree in org.apache.cayenne.reflect
Fields in org.apache.cayenne.reflect declared as EntityInheritanceTreeModifier and TypeFieldDescriptionprotected EntityInheritanceTree
PersistentDescriptor.entityInheritanceTree
Methods in org.apache.cayenne.reflect that return EntityInheritanceTreeModifier and TypeMethodDescriptionClassDescriptor.getEntityInheritanceTree()
LazyClassDescriptorDecorator.getEntityInheritanceTree()
PersistentDescriptor.getEntityInheritanceTree()
Methods in org.apache.cayenne.reflect with parameters of type EntityInheritanceTreeModifier and TypeMethodDescriptionprotected void
PersistentDescriptorFactory.indexQualifiers
(PersistentDescriptor descriptor, EntityInheritanceTree inheritanceTree) protected void
PersistentDescriptorFactory.indexRootDbEntities
(PersistentDescriptor descriptor, EntityInheritanceTree inheritanceTree) protected void
PersistentDescriptorFactory.indexSubclassDescriptors
(PersistentDescriptor descriptor, EntityInheritanceTree inheritanceTree) void
PersistentDescriptor.setEntityInheritanceTree
(EntityInheritanceTree entityInheritanceTree)