#1087: HibernateSearchUsersGroupsTypeBinder.kt
projectforge-business/src/main/kotlin/org/projectforge/business/teamcal/admin/model/HibernateSearchUsersGroupsTypeBinder.kt Hibernate Search Type Binder / TeamCal Indexing, projectforge-business/src/main/kotlin/org/projectforge/business/teamcal/admin/model/HibernateSearchUsersGroupsTypeBinder.kt 43 lines · 16 code · 22 comments · 5 blank
Hibernate Search TypeBinder that registers the "usersgroups" index field and binds it to HibernateSearchUsersGroupsBridge. Declares the field as a string on root dependencies and associates the bridge with BaseUserGroupRightsDO. Used by the @TypeBinding annotation on TeamCalDO and other access-rights entities.
Git History
868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
b5ffb7cb4 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