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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
PersistentClassGraphDefiner
-
-
Method Details
-
getRepresentation
- Specified by:
getRepresentation
in interfaceGraphDefiner<PersistentClass,
String>
-
getValue
- Specified by:
getValue
in interfaceGraphDefiner<PersistentClass,
String>
-
getNeighbours
- Specified by:
getNeighbours
in interfaceGraphDefiner<PersistentClass,
String>
-
getValues
- Specified by:
getValues
in interfaceGraphDefiner<PersistentClass,
String>
-