Uses of Interface
org.hibernate.envers.internal.tools.graph.GraphDefiner
Packages that use GraphDefiner
Package
Description
-
Uses of GraphDefiner in org.hibernate.envers.configuration.internal
Classes in org.hibernate.envers.configuration.internal that implement GraphDefinerModifier and TypeClassDescriptionclass
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 GraphDefinerModifier and TypeMethodDescriptionstatic <V,
R> List<V> GraphTopologicalSort.sort
(GraphDefiner<V, R> definer) Sorts a graph topologically.