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
128 stars 80 forks source link

Expand query retrievs too many data #361

Closed wog48 closed 1 month ago

wog48 commented 2 months ago

Expand queries man not be generated correctly when contain a navigation e.g.:

...As(key)/navigation1?$expand=navigation2

The generated query to retrieve data for the expand (navigation2) does not contain the key restriction from the entity set (As)

wog48 commented 1 month ago

The issue shall be fixed with 2.2.0