Using LocalDate and LocalDateTime with JPA
One of the core addition of Java 8 is the Date Time API. As most of you probably know, Java has been missing a consistent approach for Date and Time. This approach solves some of the common issues issues with java.util.Date and java.sql.Date messy classes. In this tutorial we will learn how to use LocalDate … Read more