#1288: DatabaseDump.kt
projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/database/json/DatabaseDump.kt Database JSON Dump/Restore Service, projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/database/json/DatabaseDump.kt 61 lines · 24 code · 30 comments · 7 blank
Spring @Service for exporting and importing the entire database as JSON (WIP). Delegates to DatabaseWriter for serialization. Intended for database migration and test data generation. Provides dump(OutputStream) for export and restore(InputStream) for import.
Git History
868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
31a7c1cba Migration stuff in progress...
77bade6df javax.* -> jakarta.*
b6092df09 Copyright 2023 -> 2024