Hibernate 5: How to persist LocalDateTime & Co with Hibernate

The Date and Time API, introduced in Java 8, finally replaced the old java.util.Date. It’s much easier to use and finally offers separate classes representing date, date with time, and only time information. That not only improves your business code but also makes it easier to use them as entity attributes. At least if you’re … Continue reading Hibernate 5: How to persist LocalDateTime & Co with Hibernate