Interface AuditStrategyContext


@Incubating public interface AuditStrategyContext
A contract to initialize an AuditStrategy
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the revision entity class name
    Deprecated, for removal: This API element is subject to removal in a future version.
    Will be replaced by a method that will not return the deprecated Getter interface
  • Method Details

    • getRevisionInfoClass

      Class<?> getRevisionInfoClass()
      Get the revision entity class name
      Returns:
      the class name of the revision entity
    • getRevisionInfoTimestampAccessor

      @Deprecated(forRemoval=true, since="7.4") Getter getRevisionInfoTimestampAccessor()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Will be replaced by a method that will not return the deprecated Getter interface
      Get the revision info timestamp accessor
      Returns:
      the getter for the timestamp attribute on the revision entity