Hello there, I have found it unnatural to work with the SDO types YearMonthDay/DateTime having String as their Java instance class, instead of Date. In fact, I have written my own little utility methods to set/get values in an SDO to change that aspect for my application code.
However, I’d be interested to know why that decision was taken. Why does DateTime map to String instead of Date? n Sebastian
