Hey all, i have NULL in the database (MySQL).
If I select it, it will return endTime=Thu Jan 01 00:00:00 CET 1970 This is taken from the values map in the CayenneDataObject M2 Line 193 - 195. public Object readPropertyDirectly(String propName) { return values.get(propName); } It seems, the values are already filled with the dateobject. But I would expect and appreciate null. Is there a chance to change this behaviour? I could not easily find the place where this list is filled Thanks Christian