#1275: UtilDateHandler.kt

projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/candh/UtilDateHandler.kt Copy-and-History Handler (java.util.Date), projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/candh/UtilDateHandler.kt 42 lines · 13 code · 25 comments · 4 blank
CandH handler for java.util.Date properties. Extends DefaultHandler and compares via .time (epoch milliseconds) for precise equality checks including both date and time components.

Key Methods

MethodDescription
accept(property)True if return type is exactly java.util.Date::class
propertyValuesEqual(src, dest)Compares via .time (millis since epoch)

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
eb03cafda candh package moved.