EN · DE · RU · FR · ES

#54: BankAccountRecordDao.kt

plugins/org.projectforge.plugins.banking/src/main/kotlin/org/projectforge/plugins/banking/BankAccountRecordDao.kt · Data Access Object (DAO) · 93 lines · 57 code · 29 comments · 7 blank

Part of the Banking plugin. Data Access Object (DAO).

Data access layer for class entities. class is defined in package <code>org.projectforge.plugins.banking</code>.

Structure

BankAccountRecordDaoclass : BaseDao<BankAccountRecordDO>(BankAccountRecordDO::class.java).

Key dependencies: org.projectforge.business.user.ProjectForgeGroup, org.projectforge.framework.access.OperationType, org.projectforge.framework.persistence.api.BaseDao, org.projectforge.framework.persistence.api.BaseDOPersistenceService, org.projectforge.framework.persistence.user.entities.PFUserDO, org.springframework.beans.factory.annotation.Autowired, org.springframework.stereotype.Service

Design Decisions

Gotchas & Pitfalls

Git History

CommitDescription
868d6abb72025 -> 2026 (minor edit, license header update)
63081666fSource file headers: 2024-> 2025. (minor edit, license header update)
1b50060c3BaseDao: renamed: get -> find, save -> insert, getList -> select, load -> select (minor edit, method changes)
87aaf6a5aMigration stuff in progress... BaseDao refactored (not yet finished) internal* methods renamed. (minor edit, updated imports)
85b4e1175PfPersistenceService and PfPersistenceContext: query renamed to executeQuery. (minor edit)
4c04cfd65MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.)
5bafe7941@Repository -> @Service. @Transactional-Annotations removed.
067a4cbb1Migration stuff in progress...
b6092df09Copyright 2023 -> 2024
ab45d51faCopyright 2001-2022 -> 2001-2023.