| Package | Description |
|---|---|
| org.apache.cayenne.ashwood | |
| org.apache.cayenne.ashwood.graph |
| Modifier and Type | Method and Description |
|---|---|
protected <E> Digraph<E,Boolean> |
AshwoodEntitySorter.buildDigraph(ObjEntity objEntity,
List<E> objects,
Function<E,Persistent> converter) |
| Modifier and Type | Method and Description |
|---|---|
protected <E> boolean |
AshwoodEntitySorter.topologicalSort(List<E> data,
Digraph<E,Boolean> graph,
boolean reverse) |
| Modifier and Type | Class and Description |
|---|---|
class |
MapDigraph<E,V> |
| Modifier and Type | Method and Description |
|---|---|
Digraph<Collection<E>,Collection<V>> |
StrongConnection.contract(Digraph<Collection<E>,Collection<V>> contractedDigraph) |
| Modifier and Type | Method and Description |
|---|---|
Digraph<Collection<E>,Collection<V>> |
StrongConnection.contract(Digraph<Collection<E>,Collection<V>> contractedDigraph) |
| Constructor and Description |
|---|
IndegreeTopologicalSort(Digraph<E,?> digraph) |
Copyright © 2001–2020 Apache Cayenne. All rights reserved.