Class PersistentClassGraphDefiner
java.lang.Object
org.hibernate.envers.configuration.internal.PersistentClassGraphDefiner
- All Implemented Interfaces:
GraphDefiner<org.hibernate.mapping.PersistentClass,String>
public class PersistentClassGraphDefiner
extends Object
implements GraphDefiner<org.hibernate.mapping.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
ConstructorsConstructorDescriptionPersistentClassGraphDefiner(org.hibernate.boot.spi.MetadataImplementor metadata) -
Method Summary
Modifier and TypeMethodDescriptionList<org.hibernate.mapping.PersistentClass> getNeighbours(org.hibernate.mapping.PersistentClass pc) getRepresentation(org.hibernate.mapping.PersistentClass pc) org.hibernate.mapping.PersistentClassList<org.hibernate.mapping.PersistentClass>
-
Constructor Details
-
PersistentClassGraphDefiner
public PersistentClassGraphDefiner(org.hibernate.boot.spi.MetadataImplementor metadata)
-
-
Method Details
-
getRepresentation
- Specified by:
getRepresentationin interfaceGraphDefiner<org.hibernate.mapping.PersistentClass,String>
-
getValue
- Specified by:
getValuein interfaceGraphDefiner<org.hibernate.mapping.PersistentClass,String>
-
getNeighbours
public List<org.hibernate.mapping.PersistentClass> getNeighbours(org.hibernate.mapping.PersistentClass pc) - Specified by:
getNeighboursin interfaceGraphDefiner<org.hibernate.mapping.PersistentClass,String>
-
getValues
- Specified by:
getValuesin interfaceGraphDefiner<org.hibernate.mapping.PersistentClass,String>
-