Will Entire JPQL Supported by ObjectDb?

#1

Hi,

    I am new to Object Db. I have worked on JPA + Hibernate with Oracle database. Just want if i remove the service layer of application and replace that with JPA + ObjectDB -would this work ? I mean all the JPA related code which is written for Hibernate will work fine with ObjectDb+ JPA - do i need to change some sort of code.

If there is a change needed please let me know. Is Transaction management taken care here ?

Thanks in Advance ,

Jana

#2

Some JPQL features are not supported yet by ObjectDB. The main missing feature is subqueries. You may browse the issue tracking system for more details. Missing JPA features are expected to be supported in the future.

 

ObjectDB Support
#3

Thanks a lot. 

 

Reply