#1293: AbstractHistorizableBaseDO.kt

projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/entities/AbstractHistorizableBaseDO.kt Historizable Entity Base, projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/entities/AbstractHistorizableBaseDO.kt 48 lines · 14 code · 30 comments · 4 blank
Extends AbstractBaseDO with history support. Annotated with @WithHistory to enable automatic history entry creation by CandH. Provides a transient historyUserComment field for user-supplied comments on edits, which are attached to the generated history entries.

Git History

868d6abb7 2025 -> 2026
aec1e30ab History supports now user comments.
63081666f Source file headers: 2024-> 2025.
974d70bec Migration stuff in progress...
45e5fbb59 Migration stuff in progress...