EN · DE · RU · FR · ES

#1127: UserRightDao.kt

projectforge-business/src/main/kotlin/org/projectforge/business/user/UserRightDao.kt Class : BaseDao<UserRightDO>(UserRightDO::class.java), projectforge-business/src/main/kotlin/org/projectforge/business/user/UserRightDao.kt 239 lines · 173 code · 48 comments · 18 blank
Data Access Object for database operations

Git History

868d6abb7 2025 -> 2026
2d25df051 User comments on changes: users/groups: clone comments also for history entries of assigned groups/users and rights. Bugfix in candh.CollectionHandler: writeInsertHistoryEntriesForNewCollectionEntries ignores now collections not managed by us.
63081666f Source file headers: 2024-> 2025.
bbc198d03 Migration stuff in progress... (all tests of all packages: OK).
d67bce18b Migration stuff in progress...
5989b32fd BaseDao: mechanism of onChangeLister refactored.
1b50060c3 BaseDao: renamed: get -> find, save -> insert, getList -> select, load -> select
3aeda5ef5 Big change: all save|update|...InTrans renamed (InTrans removed). PfPesistenceContext as param not needed anymore (ThreadLocal is used instead). (all tests of all packages: OK).