EN · DE · RU · FR · ES

#233: MerlinTemplateDao.kt

plugins/org.projectforge.plugins.merlin/src/main/kotlin/org/projectforge/plugins/merlin/MerlinTemplateDao.kt Kotlin class [@Service], plugins/org.projectforge.plugins.merlin/src/main/kotlin/org/projectforge/plugins/merlin/MerlinTemplateDao.kt 97 lines · 59 code · 29 comments · 9 blank
Data access object for the plugin module. Extends `BaseDao` with plugin-specific query methods and entity lifecycle management.

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
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).