#1282: JdbcService.kt

projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/database/JdbcService.kt JDBC Template Provider, projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/database/JdbcService.kt 37 lines · 12 code · 22 comments · 3 blank
Spring @Service providing a @Bean for JdbcTemplate from the configured DataSource. Minimal wrapper that enables Spring JDBC dependency injection throughout the application for direct SQL operations.

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
b810d1c78 Migration stuff in progress... (all tests of all packages: OK).