Uses of Class
org.apache.cayenne.map.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
Modifier and TypeFieldDescriptionprotected Collection
<EntityInheritanceTree> EntityInheritanceTree.subentities
Modifier and TypeMethodDescriptionDataMap.getInheritanceTree
(String entityName) EntityResolver.getInheritanceTree
(String entityName) MappingNamespace.getInheritanceTree
(String entityName) Modifier and TypeMethodDescriptionvoid
EntityInheritanceTree.addChildNode
(EntityInheritanceTree node) -
Uses of EntityInheritanceTree in org.apache.cayenne.reflect
Modifier and TypeFieldDescriptionprotected EntityInheritanceTree
PersistentDescriptor.entityInheritanceTree
Modifier and TypeMethodDescriptionClassDescriptor.getEntityInheritanceTree()
LazyClassDescriptorDecorator.getEntityInheritanceTree()
PersistentDescriptor.getEntityInheritanceTree()
Modifier 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)