marschall / threeten-jpa

JPA attribute converters for JSR-310 dates and times
53 stars 6 forks source link

Document ojdbc8 #27

Closed marschall closed 7 years ago

marschall commented 7 years ago

With ojdbc8 JDBC 4.2 support can be used for LocalDateTime, LocalDate, Period and Duration.

ZonedDateTime and OffsetDateTime are tricky because there is an open bug.