| Name | Description | Type | Package | Framework |
| GraphDefiner | Defines a graph, where each vertex has a representation, which identifies uniquely a value. | Interface | org.hibernate.envers.tools.graph | Hibernate ORM |
| GraphTopologicalSort | Class | org.hibernate.envers.tools.graph | Hibernate ORM | |
| TopologicalSort | Topological sorting of a graph - based on DFS. | Class | org.hibernate.envers.tools.graph | Hibernate ORM |
| Vertex | A graph vertex - stores its representation, neighbours, start and end time in (DB)FS. | Class | org.hibernate.envers.tools.graph | Hibernate ORM |