Package | Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
protected Collection<EntityInheritanceTree> |
EntityInheritanceTree.subentities |
Modifier and Type | Method and Description |
---|---|
EntityInheritanceTree |
MappingNamespace.getInheritanceTree(String entityName) |
EntityInheritanceTree |
EntityResolver.getInheritanceTree(String entityName) |
EntityInheritanceTree |
DataMap.getInheritanceTree(String entityName) |
EntityInheritanceTree |
EntityResolver.lookupInheritanceTree(String entityName)
Deprecated.
since 4.0 use
EntityResolver.getInheritanceTree(String) . |
Modifier and Type | Method and Description |
---|---|
Collection<EntityInheritanceTree> |
EntityInheritanceTree.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
EntityInheritanceTree.addChildNode(EntityInheritanceTree node) |
Modifier and Type | Field and Description |
---|---|
protected EntityInheritanceTree |
PersistentDescriptor.entityInheritanceTree |
Modifier and Type | Method and Description |
---|---|
EntityInheritanceTree |
PersistentDescriptor.getEntityInheritanceTree() |
EntityInheritanceTree |
LazyClassDescriptorDecorator.getEntityInheritanceTree() |
EntityInheritanceTree |
ClassDescriptor.getEntityInheritanceTree() |
Modifier and Type | Method and Description |
---|---|
protected 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) |
Copyright © 2001–2015 Apache Cayenne. All rights reserved.