RWS / odata

SDL OData Framework
https://sdl.github.io
Other
137 stars 58 forks source link

Odata entities from db schema #94

Open michael-zap opened 7 years ago

michael-zap commented 7 years ago

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

vinayknl commented 7 years ago

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.

michael-zap commented 7 years ago

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