When using the JdbcTimestampTypeDescriptor and JdbcTimeTypeDescriptor implementations to convert from String values to Timestamp/Time instances, the millisecond field of the String is not parsed, causing a lose of precision. Since Hibernate has been updated in other aspects to support sub-second resolution of time and timestamp fields, the implementations need to be updated to follow suit. |