Interface AuditStrategyContext
-
public interface AuditStrategyContextA contract to initialize anAuditStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>getRevisionInfoClass()Get the revision entity class nameorg.hibernate.property.access.spi.GettergetRevisionInfoTimestampAccessor()Get the revision info timestamp accessor
-
-
-
Method Detail
-
getRevisionInfoClass
Class<?> getRevisionInfoClass()
Get the revision entity class name- Returns:
- the class name of the revision entity
-
getRevisionInfoTimestampAccessor
org.hibernate.property.access.spi.Getter getRevisionInfoTimestampAccessor()
Get the revision info timestamp accessor- Returns:
- the getter for the timestamp attribute on the revision entity
-
-