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 76 forks source link

When retrieving collection property that contains transient property an error occurs #172

Closed wog48 closed 1 year ago

wog48 commented 1 year ago

In case there is an entity that has a collection property that bases on a complex type and this complex type contains a transient property, then retrieving causes ab SQL error.

wog48 commented 1 year ago

Solution in master