[ 
https://issues.apache.org/jira/browse/OPENJPA-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18106220#comment-18106220
 ] 

Maxim Solodovnik commented on OPENJPA-2949:
-------------------------------------------

Comment from [~cristof]:

Implementation seems to be adherent to spec 
(https://jakarta.ee/specifications/persistence/3.2/jakarta-persistence-spec-3.2#bnf),
 since it states that entity_id_or_version_comp() should be limited to = or <> 
comparisons.

> ID()/VERSION() limited to equality against parameters
> -----------------------------------------------------
>
>                 Key: OPENJPA-2949
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-2949
>             Project: OpenJPA
>          Issue Type: Sub-task
>          Components: jpa
>    Affects Versions: 4.2.0
>            Reporter: Maxim Solodovnik
>            Assignee: Romain Manni-Bucau
>            Priority: Major
>             Fix For: 4.2.0
>
>
> Discussion link: 
> [https://github.com/apache/openjpa/pull/144#discussion_r3682999176]
> *(medium)* {{entity_id_or_version_comp()}} only allows {{ID( x )/VERSION( x 
> )}} compared with {{=/<>}} against an input parameter. Spec-legal forms like 
> {{{}ID(e) = 5{}}}, {{VERSION(e) >= :v}} or {{ID(a) = ID(b)}} do not parse - 
> intentional first step, or should these functions be reachable from the 
> general comparison/arithmetic productions?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to