Passing Odata query to java SQL statement

I read Olingo v4 server tutorials and all I saw were hardcoded data examples. Are there any examples of using v4 code with some type of sql server. From what I read, JPA is not yet an option in version 4. Is it expected to parse the query and convert it into a sql statement, which I will execute as part of my implementation? Is there any kind of automation behind this?

Update: I watched a new library called JINQ. It looks promising. Does anyone have an idea on how to connect something like this to Olingo v4?

+4
source share
1 answer

Olingo v2 JPA. Olingo v4 JPA , JPA Olingo v4.

Olingo v4 JPA. JPA , - . : https://issues.apache.org/jira/browse/OLINGO-1010

+2

Source: https://habr.com/ru/post/1628200/


All Articles