#1305: HistoryEntryDO.kt

projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/history/HistoryEntryDO.kt JPA Entity, projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/history/HistoryEntryDO.kt 238 lines · 94 code · 128 comments · 16 blank
Core JPA entity for history records. Stores entity name (class name), entity ID, operation type (EntityOpType), modification timestamp and user, user comment (up to 4000 chars), and a set of HistoryEntryAttrDO children. Uses column "pk" as primary key with SEQUENCE generation. Linked by foreign key to the attribute table.

Git History

868d6abb7 2025 -> 2026
28e9cf32d HistoryEntryDO.userComment length: 255 -> 4000
aec1e30ab History supports now user comments.
63081666f Source file headers: 2024-> 2025.
5f5f25777 Migration stuff in progress... (all tests of all packages: OK).