#1294: DefaultBaseDO.kt

projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/entities/DefaultBaseDO.kt Default JPA Entity Base, projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/entities/DefaultBaseDO.kt 44 lines · 14 code · 26 comments · 4 blank
The standard concrete base class for most ProjectForge entities. Extends AbstractHistorizableBaseDO<Long> and provides the id field as Long with @Id @GeneratedValue(strategy=SEQUENCE) and column name "pk". This is the go-to superclass for new domain objects with full history and ID support.

Git History

868d6abb7 2025 -> 2026
aa20b7708 NewGroupSelectPanel fixed.
63081666f Source file headers: 2024-> 2025.
44253baee WIP: Setup of ProjectForge...
d6ad9ea38 Migration stuff in progress...