Comments - millisecond part is trimmed away when saving Java Date obj by hibernate

12 years, 10 months ago Vladislav Vaintroub

This is perhaps a multilevel-issue. That server supports microseconds is good, but you also need clients support microseconds. In this case it would be JDBC driver that needs support for microseconds. I do not know the current state of Connector/J, but you can check with pure JDBC calls (store and retrieve e.g java.sql.Timestamp with fractional seconds)

Hibernate is yet another level which theoretically can lose milliseconds, I have not looked at it closely though, and do not know if there is anything that can be done in Hibernate configuration.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.