RWS / odata

SDL OData Framework

Home Page:https://sdl.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Odata entities from db schema

michael-zap opened this issue · comments

Hi, I know that you have the jpa extension to expose jpa entities as odata entities.
Do you have some option to generate odata entities directly from data base schema, without generating jpa entities first? It would be useful for dynamic db tables exposing

There was some work done by @renarj on this here https://github.com/sdl/odata-jpa-datasource . Not sure if this is what you are looking for.

Yes, thats the jpa extension I've mentioned. I am looking for an option to generate OData entities directly from db, without the need to generate jpa entities first