#1182: GroupTaskAccessDO.kt
projectforge-business/src/main/kotlin/org/projectforge/framework/access/GroupTaskAccessDO.kt Object / Singleton : taskId and a.group.id=:groupId"
)
)
open class GroupTaskAccessDO : DefaultBaseDO(), projectforge-business/src/main/kotlin/org/projectforge/framework/access/GroupTaskAccessDO.kt 329 lines · 231 code · 68 comments · 30 blank
Data Object / Domain entity
Git History
868d6abb7 2025 -> 2026
ac17c6da4 TaskWizard: support of new optional group of external stuff.
6a32032d6 Hibernate.isInitialized(obj) -> HibernateUtils.isFullyInitialized(obj). Some lazy objects of e.g. ManyToOne columns are not fully loaded but Hibernate.isInitialized() returns true.
63081666f Source file headers: 2024-> 2025.
0237d5eba Json serialization refactored: IdOnlySerializer and IdsOnlySerializer introduced.
4bc37b3a1 Migration stuff in progress...
f09327286 Migration stuff in progress... (all tests of all packages: OK).
e66d5f5f7 Migration stuff in progress... TaskTree -> Kotlin and runs now in isolated entity manager