rsql-jpa-specification
rsql-jpa-specification copied to clipboard
Java Library to Translate RSQL into Spring Data JPA Specification and QueryDSL Predicate
My rsql is like this: `status=='ACTIVE';region!='';filespacePrefix!='';workflowExtInfo=nn=` but workflowExtInfo=nn= does not work, and the param workflowExtInfo is a map. And I use the postgresql.
Is it possible to apply a custom function to a parameter value? For example, remove all special characters. ``` filter=number=like='123????' ``` And when searching there will be `number like '%123%'`....
Hello, We are using the feature that simplifies the path by adding a property mapping. This mapping is interpreted by generating a "cross join" instead of a "left join" without...
Hello! Earlier in this discussion, it was mentioned that casting to text stops working when migrating to Hibernate version 6.6+ https://github.com/perplexhub/rsql-jpa-specification/issues/168. I updated the version to 6.0.26, but nothing changed....
I would like to include hibernate selectCase as part of the SQL query generated by the RSQL. I am getting the following error: ERROR: for SELECT DISTINCT, ORDER BY expressions...