Login
Roast topics
Find topics
Find it!
From:
Thorben Janssen
(Uncensored)
subscribe
How to persist LocalDate and LocalDateTime with JPA 2.1
https://thorben-janssen.com/persist-localdate-localdatetime-jpa/
links
backlinks
Tagged with:
mapping
date and time
Roast topics
Find topics
Roast it!
The LocalDate and LocalDateTime classes are not supported by JPA and Hibernate. This can be changed by implementing an attribute converter for them.