#1286: TupleUtils.kt

projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/database/TupleUtils.kt JPA Tuple Utilities, projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/database/TupleUtils.kt 130 lines · 41 code · 78 comments · 11 blank
Utility object providing type-safe extraction from JPA Tuple objects (returned by CriteriaQuery). Mirrors JdbcUtils but for Tuple instead of ResultSet. Provides getters for String, Long, Int, BigDecimal, Date, LocalDate, Boolean, and byte[] types with null handling. Includes a debugTuple() method for diagnostic logging.

Git History

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