JPA support for Java 8 new date and time API -


i'm using java 8 new project.

i'm trying use new date , time api in java 8 don't know if jpa 2.1 supports new date , time api or not.

please share experience/opinion in jpa`s supports new date , time api in java 8.

can use new date , time api in java 8 safely jpa 2.1?

update:

i'm using hibernate (4.3.5.final) jpa implementation.

jpa 2.1 spec came out before java 1.8, doesn't mandate support it. implementations may support java 1.8 features. have problems java 1.8 bytecode (e.g eclipselink). know datanucleus supports java.time , java 1.8 since that's 1 use. you'd have check implementation support level is.

it has been requested jpa 2.2 support java.time types, see issue https://java.net/jira/browse/jpa_spec-63


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -