Class RevisionInfoConfiguration
java.lang.Object
org.hibernate.envers.configuration.internal.RevisionInfoConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionRevisionInfoConfiguration(Configuration config, org.hibernate.boot.spi.InFlightMetadataCollector metadata) -
Method Summary
Modifier and TypeMethodDescriptionClass<?> The full entity name for the revision entity.The query name for the revision entity.
-
Constructor Details
-
RevisionInfoConfiguration
public RevisionInfoConfiguration(Configuration config, org.hibernate.boot.spi.InFlightMetadataCollector metadata)
-
-
Method Details
-
getRevisionInfoEntityName
The full entity name for the revision entity. -
getRevisionInfoQueryName
The query name for the revision entity. -
getRevisionInfoPropertyType
-
getRevisionInfoClass
-
getRevisionInfoTimestampData
-
getRevisionInfoGenerator
-
getRevisionInfoQueryCreator
-
getRevisionInfoNumberReader
-
getModifiedEntityNamesReader
-
getRevisionInfoMapping
-
getRevisionInfoRelationMapping
-