#1304: HistoryEntryAttrDO.kt

projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/history/HistoryEntryAttrDO.kt JPA Entity, projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/history/HistoryEntryAttrDO.kt 411 lines · 110 code · 283 comments · 18 blank
JPA entity representing a single property change within a history entry. Stores property name (string or class-qualified), operation type (PropertyOpType), old and new values, property type class name, and a display property name for i18n. Belongs to a parent HistoryEntryDO.

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
feb661d79 Employee: displaying history for time attrs
4b9ffbee2 Migration stuff in progress... (all tests of all packages: OK).
cb03dc74f Migration stuff in progress... (all tests of all packages: OK).