Interface ChangeLogFilter


public interface ChangeLogFilter
Used to provide fine grained control over what persist requests are included in the change log.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Return true if this delete request should be included in the change log.
    boolean
    Return true if this insert request should be included in the change log.
    boolean
    Return true if this update request should be included in the change log.