See Davide's comments on https://github.com/hibernate/hibernate-ogm/pull/253 :
* Shouldn't this use the TimeTypeDescriptor instead of the DateTypeDescriptor? * I'm pretty sure we can use StringDateTypeDescriptor.INSTANCE in this case. It can also be used for StandardBasicTypes.DATE and StandardBasicTypes.TIME I think.
|