#1321: SoftDeleteCollection.kt
projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/history/SoftDeleteCollection.kt Annotation, projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/history/SoftDeleteCollection.kt 54 lines · 4 code · 48 comments · 2 blank
Annotation for collections where entries should be soft-deleted rather than physically removed. When applied, CollectionHandler sets the deleted flag instead of calling remove(). Supports reactivation of previously soft-deleted entries. Prevents unique constraint violations during updates.
Git History
868d6abb7 2025 -> 2026
a77a6570f WIP: Import of creditor invoices
63081666f Source file headers: 2024-> 2025.