Interface AuditStrategyContext
A contract to initialize an
AuditStrategy
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
Get the revision entity class nameGet the revision info timestamp accessor
-
Method Details
-
getRevisionInfoClass
Class<?> getRevisionInfoClass()Get the revision entity class name- Returns:
- the class name of the revision entity
-
getRevisionInfoTimestampAccessor
Getter getRevisionInfoTimestampAccessor()Get the revision info timestamp accessor- Returns:
- the getter for the timestamp attribute on the revision entity
-