#1076: HibernateSearchTaskPathTypeBinder.kt

projectforge-business/src/main/kotlin/org/projectforge/business/task/HibernateSearchTaskPathTypeBinder.kt Hibernate Search Type Binder / Task Indexing, projectforge-business/src/main/kotlin/org/projectforge/business/task/HibernateSearchTaskPathTypeBinder.kt 47 lines · 14 code · 27 comments · 6 blank
Hibernate Search TypeBinder that registers the taskpath index field and binds it to HibernateSearchTaskPathBridge. In its bind() method, it declares a "taskpath" field (as string) on the index schema root, then associates the TypeBridge implementation with the TaskDO entity class. This is the programmatic registration counterpart to the @TypeBinding annotation on TaskDO.

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
b5ffb7cb4 Migration stuff in progress...
314408ee0 Migration stuff in progress... (all tests of all packages: OK).
4f5a458c9 Migration stuff in progress...
c04fb0d51 Migration stuff in progress...
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.
5f7ef41b8 Copyright 2021 -> 2022
ceb63e8a1 Source code header: (C) 2001-2021.
7c79f1922 Copyright of source header -> 2020.
dd5ca38ac CopyRight of all java file-header updated or created.
a23ae8288 PROJECTFORGE-2758: - Add more tests - Fix multiple bugs in ICalHandler - Add warnings to EventHandle class, warnings can be ignored during persit calls
2206e54e1 PROJECTFORGE-2758: - Remove TeamCalServiceImple - Split processing of events in validate and persist in ICalHandler - Remove unused stuff in multiple classes - Fix handling of errors in ICalHandler
d9e217bcd PROJECTFORGE-2758: - Finish first version of ICalHandler - Remove usage of TeamCalServiceImpl - Implement first test for ICalHandler