jopa icon indicating copy to clipboard operation
jopa copied to clipboard

Support OPTIONAL in SOQL/Criteria API

Open ledsoft opened this issue 2 years ago • 0 comments

Currently, SPARQL OPTIONAL is not supported by SOQL/Criteria API. This is a major deficiency especially for Criteria API, where it could have been used to process optional parameters.

Note that since OPTIONAL does not exist in SQL/JPQL, this would be a completely new query feature and its syntax need to be carefully considered.

ledsoft avatar Dec 15 '23 13:12 ledsoft