SAP / olingo-jpa-processor-v4

The JPA Processor fills the gap between Olingo V4 and the database, by providing a mapping between JPA metadata and OData metadata, generating queries and supporting the entity manipulations.
Apache License 2.0
122 stars 78 forks source link

JPAEDMExtension #268

Closed BitsofSid closed 7 months ago

BitsofSid commented 8 months ago

is there a way for creating an extension to the JPA EDM schema for an OData service. custom function imports, adds properties and complex types, and modifying the schema structure based on specific requirements

BitsofSid commented 8 months ago

Also any sample application (eclipselink) /Documentation

wog48 commented 7 months ago

Not sure, what intention is. The quick start example is a spring boot application that uses EclipseLink. For Complex Type you can have a look at 1.5 UsingComplexTypes and for Functions you can have a look at 1.8 Functions.

Please re-open the ticked if you have additional questions