EN · DE · RU · FR · ES

#362: SimplePropertyDelta.java

projectforge-business/src/main/java/de/micromata/hibernate/history/delta/SimplePropertyDelta.java · Hibernate History Engine · 136 lines · 93 code · 31 comments · 12 blank

Part of the Core business logic layer. Hibernate History Engine.

History delta tracking changes to entity properties for audit logging.

Structure

SimplePropertyDeltaclass : PropertyDelta.

Key dependencies: org.hibernate.Session, jakarta.persistence.DiscriminatorValue, jakarta.persistence.Inheritance, jakarta.persistence.InheritanceType

Git History

CommitDescription
868d6abb72025 -> 2026 (minor edit, license header update)
63081666fSource file headers: 2024-> 2025. (minor edit, license header update)
06828f490Migration stuff in progress... (minor edit, updated imports)
b6092df09Copyright 2023 -> 2024 (minor edit, license header update)
ab45d51faCopyright 2001-2022 -> 2001-2023. (minor edit, license header update)
5f7ef41b8Copyright 2021 -> 2022
ceb63e8a1Source code header: (C) 2001-2021.
7c79f1922Copyright of source header -> 2020.
73a9755dfMore code cleanup: - Collapsed catch blocks that did the exact same things - Replaced ArrayList<Class> with ArrayList<> - Replaced StringBuffer with StringBuilder - Removed a few usages of deprecated classes (mainly HSSFColors in Excel) - Replace Collections.sort with List.sort
32f634b88Optimize imports