#1285: ReindexerStrategy.kt

projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/database/ReindexerStrategy.kt Reindex Configuration, projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/database/ReindexerStrategy.kt 47 lines · 7 code · 38 comments · 2 blank
Data class defining the reindexing strategy for an entity type: optional HQL join clause (e.g. "left join fetch t.attributes"), the ID property name ("id" for most entities, "pk" for HistoryEntryDO), and the last-modified property for incremental reindexing ("lastUpdate" for AbstractBaseDO). Used by ReindexerRegistry and HibernateSearchReindexer.

Git History

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