Class PersistentClassGraphDefiner

java.lang.Object
org.hibernate.envers.configuration.internal.PersistentClassGraphDefiner
All Implemented Interfaces:
GraphDefiner<PersistentClass,String>

public class PersistentClassGraphDefiner extends Object implements GraphDefiner<PersistentClass,String>
Defines a graph, where the vertexes are all persistent classes, and there is an edge from p.c. A to p.c. B iff A is a superclass of B.