java.time.*

#1

I get errors when trying to persist anything in java.time.*

For example LocalDate, Month, Period.

Will these be supported sometime in the future?

 

#2

Java 8 date and tome is not supported yet, except by serialization (which is not recommended and disabled by default). It is introduced in JPA 2.2, and we plan to support JPA 2.2 (after it is released) in future ObjectDB versions.

ObjectDB Support

Reply