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?
source
share