The LocalDate and LocalDateTime classes are not supported by JPA and Hibernate. This can be changed by implementing an attribute converter for them.| Thorben Janssen
How to use database sequences, tables and auto-incremented columns to generate primary key values with JPA and Hibernate.| Thorben Janssen
JPQL allows you to define database queries based on your entity model. Learn how to use all its features to build powerful queries with JPA and Hibernate.| Thorben Janssen
Easily map LocalDateTime, ZonedDateTime, and other Date and Time API classes with Hibernate. Here's everything you need to know| Thorben Janssen