Blazebit / blaze-persistence

Rich Criteria API for JPA providers
https://persistence.blazebit.com
Apache License 2.0
741 stars 90 forks source link

Support query parameters for JSON_GET function #1928

Closed Mobe91 closed 2 months ago

Mobe91 commented 3 months ago

Description

JSON_GET currently only supports literal json path elements. There are many use cases that require accessing JSON documents with parameterized paths. Therefore we should extend the capability of JSON_GET to handle query parameters in the json path.