Package | Description |
---|---|
org.apache.cayenne.access |
Contains classes that make up Cayenne ORM stack.
|
org.apache.cayenne.ashwood |
Modifier and Type | Field and Description |
---|---|
protected EntitySorter |
DataDomain.entitySorter |
Modifier and Type | Method and Description |
---|---|
EntitySorter |
DataDomain.getEntitySorter() |
Modifier and Type | Method and Description |
---|---|
void |
DataDomain.setEntitySorter(EntitySorter entitySorter) |
Modifier and Type | Class and Description |
---|---|
class |
AshwoodEntitySorter
Implements dependency sorting algorithms for ObjEntities, DbEntities and
DataObjects.
|
class |
WeightedAshwoodEntitySorter
EntitySorter that takes into account entity "weights", and otherwise delegating to
another (topological) sorter.
|
Copyright © 2001–2023 Apache Cayenne. All rights reserved.