EN · DE · RU · FR · ES

#1122: UserPasswordDao.kt

projectforge-business/src/main/kotlin/org/projectforge/business/user/UserPasswordDao.kt Object / Singleton : BaseDao<UserPasswordDO>(UserPasswordDO::class.java), projectforge-business/src/main/kotlin/org/projectforge/business/user/UserPasswordDao.kt 255 lines · 167 code · 64 comments · 24 blank
Data Access Object for database operations

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
59519ee50 Json serialization refactored: IdOnlySerializer and IdsOnlySerializer introduced.
d67bce18b Migration stuff in progress...
5989b32fd BaseDao: mechanism of onChangeLister refactored.
1b50060c3 BaseDao: renamed: get -> find, save -> insert, getList -> select, load -> select
87aaf6a5a Migration stuff in progress... BaseDao refactored (not yet finished) internal* methods renamed.
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).