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
127
stars
79
forks
source link
JPAODataClaimsProvider is not supporting not supporting $filter #72
Using filter expression using navigation like:
...Companies?$select=ID&$filter=Roles/$count eq 2
...Organizations?$filter=AdministrativeInformation/Created/User/LastName eq 'Mustermann'
...AdministrativeDivisions?$filter=Parent/Parent/CodeID eq 'NUTS1' and DivisionCode eq 'BE212'
do not respect claims