Package io.jmix.audit.snapshot
Interface EntityDifferenceManager
- All Known Implementing Classes:
EntityDifferenceManagerImpl
public interface EntityDifferenceManager
-
Method Summary
Modifier and TypeMethodDescriptiongetDifference
(EntitySnapshotModel first, EntitySnapshotModel second) Diff two versions of entity
-
Method Details
-
getDifference
EntityDifferenceModel getDifference(@Nullable EntitySnapshotModel first, EntitySnapshotModel second) Diff two versions of entity- Parameters:
first
- First versionsecond
- Second version- Returns:
- Diffs
-