Interface HistoryConfig

All Known Implementing Classes:
ChildEntityHistoryConfig, EntityHistoryConfig

public interface HistoryConfig
  • Method Details

    • getEntityName

      String getEntityName()
    • getCondition

      @Nullable @Nullable String getCondition()
    • getPathToHistoryRelatedEntity

      @Nullable @Nullable String getPathToHistoryRelatedEntity()
    • getFieldsToTrackSet

      Set<String> getFieldsToTrackSet()
    • getRelationsToTrackSet

      Set<String> getRelationsToTrackSet()
    • isTrackDeletion

      boolean isTrackDeletion()