I have switched to Java 8 and Hibernate 5 to overcome the problem of not being able to store milliseconds in Hibernate.
private LocalDateTime date = LocalDateTime.now();
public LocalDateTime
I have switched to Java 8 and Hibernate 5 to overcome the problem of not being able to store milliseconds in Hibernate.
private LocalDateTime date = LocalDateTime.now();
public LocalDateTime
After many headaches with java.util.Date and Calendar, I solved using joda-time 1.3 in my project, but now I am facing another problem. The project uses Hibernate 3.2.6.ga version. In order to map