#1284: ReindexerRegistry.kt

projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/database/ReindexerRegistry.kt Reindex Strategy Registry, projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/database/ReindexerRegistry.kt 54 lines · 20 code · 27 comments · 7 blank
Singleton registry mapping entity classes to ReindexerStrategy instances. Provides default strategies: AbstractBaseDO (id="id", modifiedAtProperty="lastUpdate"), unknown types (id="id", no modifiedAtProperty). Registers special case for HistoryEntryDO (id="pk" with additional join fetch).

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
cb03dc74f Migration stuff in progress... (all tests of all packages: OK).
e33c8b9c2 Migration stuff in progress...
b6092df09 Copyright 2023 -> 2024