|
When having properties of type java.sql.Timestamp in an entity and persisting it to MongoDB, the nano-second precision gets lost when writing the document. When reading it back, an exception is raised, as the the property is restored as java.util.Date which cannot be assigned to the entity property. Likely other backends may be concerned as well.
|