Uses of Interface
org.hibernate.envers.internal.tools.graph.GraphDefiner
-
Packages that use GraphDefiner Package Description org.hibernate.envers.configuration.internal org.hibernate.envers.internal.tools.graph -
-
Uses of GraphDefiner in org.hibernate.envers.configuration.internal
Classes in org.hibernate.envers.configuration.internal that implement GraphDefiner Modifier and Type Class Description class
PersistentClassGraphDefiner
Defines a graph, where the vertexes are all persistent classes, and there is an edge from p.c. -
Uses of GraphDefiner in org.hibernate.envers.internal.tools.graph
Methods in org.hibernate.envers.internal.tools.graph with parameters of type GraphDefiner Modifier and Type Method Description static <V,R>
List<V>GraphTopologicalSort. sort(GraphDefiner<V,R> definer)
Sorts a graph topologically.
-