I've been reading through the Olingo v4 server tutorials and all I have seen is examples with hard coded data. Are there any examples of using the v4 code with some type of sql backend. From what I've read JPA is not an option yet in v4. Is the expectation to parse the query and convert it to a sql statement that I would execute within my implementation? Is there any automation behind this somehow?
Update: I have been looking at a newer library called JINQ This looks promising. Does anyone have an idea of how to plug something like this into Olingo v4?