#1303: HistoryEntryAttr.kt
projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/history/HistoryEntryAttr.kt History Attr Interface, projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/history/HistoryEntryAttr.kt 52 lines · 9 code · 36 comments · 7 blank
Interface defining the API for history entry attributes. Specifies property-level operation type, property name, old value, and new value. Implemented by HistoryEntryAttrDO for database persistence.
Git History
868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
b79a1edca Migration stuff in progress... (all tests of all packages: OK).
5989b32fd BaseDao: mechanism of onChangeLister refactored.