Interface EntityDiffConfig

All Known Implementing Classes:
GuidedDiffConfig, SloppyDiffConfig, StrictDiffConfig

public interface EntityDiffConfig
  • Method Details

    • ignoreId

      boolean ignoreId()
    • ignoreVersion

      boolean ignoreVersion()
    • getFieldsToCompareWhiteList

      Map<Class<?>,List<String>> getFieldsToCompareWhiteList()
    • getFieldsToCompareBlackList

      Map<Class<?>,List<String>> getFieldsToCompareBlackList()