Save This Page
Home » hibernate-core-src-20081106 » org.hibernate.envers.tools.graph » [javadoc | source]
org.hibernate.envers.tools.graph
public interface: GraphDefiner [javadoc | source]

All Known Implementing Classes:
    PersistentClassGraphDefiner

Defines a graph, where each vertex has a representation, which identifies uniquely a value. Representations are comparable, values - not.
Method from org.hibernate.envers.tools.graph.GraphDefiner Summary:
getNeighbours,   getRepresentation,   getValue,   getValues
Method from org.hibernate.envers.tools.graph.GraphDefiner Detail:
 public List getNeighbours(V v)
 public R getRepresentation(V v)
 public V getValue(R r)
 public List getValues()