EN · DE · RU · FR · ES

#1150: RemainingLeaveDao.kt

projectforge-business/src/main/kotlin/org/projectforge/business/vacation/repository/RemainingLeaveDao.kt Open class : BaseDao<RemainingLeaveDO>(RemainingLeaveDO::class.java), projectforge-business/src/main/kotlin/org/projectforge/business/vacation/repository/RemainingLeaveDao.kt 130 lines · 87 code · 34 comments · 9 blank
Data Access Object for database operations

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
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).
1135ccbca Persistence: functions renamed: *NewTrans -> *InTrans
b095e6f7d !!!!! Big change of Transaction handling: Re-uses PfPersistenceContext as much as possible (not yet finished). Tests doesn't yet run.
4c04cfd65 MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.)