Uses of Interface
org.hibernate.envers.tools.graph.GraphDefiner

Packages that use GraphDefiner
org.hibernate.envers.configuration   
org.hibernate.envers.tools.graph   
 

Uses of GraphDefiner in org.hibernate.envers.configuration
 

Classes in org.hibernate.envers.configuration that implement GraphDefiner
 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.tools.graph
 

Methods in org.hibernate.envers.tools.graph with parameters of type GraphDefiner
static
<V,R> List<V>
GraphTopologicalSort.sort(GraphDefiner<V,R> definer)
          Sorts a graph topologically.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.