What’s new in JPA 2.2 – Java 8 Date and Time Types
Introduction In this article, we are going to see how JPA 2.2 Date/Time works, and which types you need to use depending on your business case requirements.
Posted on April 28, 2020 by vladmihalcea
Introduction In this article, I’m going to show you what is the best way to map date and timestamp column types when using JPA and Hibernate. While there are many options to map date and timestamp columns on the Java side, as you will soon see, not all of them are suitable.
Posted on June 26, 2017 by vladmihalcea
Introduction In this article, we are going to see how JPA 2.2 Date/Time works, and which types you need to use depending on your business case requirements.
Vlad Mihalcea