#1191: ConfigurationDO.kt

projectforge-business/src/main/kotlin/org/projectforge/framework/configuration/entities/ConfigurationDO.kt Entity/DO, projectforge-business/src/main/kotlin/org/projectforge/framework/configuration/entities/ConfigurationDO.kt 342 lines · 254 code · 65 comments · 23 blank
JPA entity representing a key-value configuration entry persisted in the database.

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
5f9bbfbd3 Fix typos in projectforge-business directory
40e721b9c VCardUtils
43453fcaf Migration stuff in progress...
e4f9ca1be Migration stuff in progress...
efb1954bd Migration stuff in progress...
4c04cfd65 MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.)
c04fb0d51 Migration stuff in progress...
06828f490 Migration stuff in progress...
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.
5f7ef41b8 Copyright 2021 -> 2022
cf80afb28 Removing of tenancy functionality finished (system tested).
0ab100d21 Configuration refactored (GlobalConfiguration not needed anymore). SEPA export should now erease unprintable chars.
c0f2b9de0 Tenants functionality removed everywhere (untested).
ceb63e8a1 Source code header: (C) 2001-2021.
7c79f1922 Copyright of source header -> 2020.
8675a1dbe Found big performance issue: Declared all Kotlin JPA entities and their properties as open. Lazy loading wasn't supported by Hibernate and results in thousands of JPA queries...
af35917ac More code cleanup
510e8d796 Heavy WIP: NamedQueries everywhere...
b08320d9a Revert "@NamedQueries started (see ConfigurationDao and UserPrefDao), and hibernate find statements with deprecated ? params will be replaced by getSession().createQuery(String, Class), see BaseDao."
ceda5c6b3 @NamedQueries started (see ConfigurationDao and UserPrefDao), and hibernate find statements with deprecated ? params will be replaced by getSession().createQuery(String, Class), see BaseDao.
3ae96bc81 ConfigurationDO.java -> ConfigurationDO.kt