Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Expression.equalTo() and Expression.notEqualTo() #438

Closed
gavinking opened this issue Aug 9, 2023 · 0 comments · Fixed by #439
Closed

add Expression.equalTo() and Expression.notEqualTo() #438

gavinking opened this issue Aug 9, 2023 · 0 comments · Fixed by #439
Projects

Comments

@gavinking
Copy link
Contributor

It's weird that Expression has convenience methods for in() and isNull(), but nothing for testing equality, which is incredibly common.

I propose to add equalTo() and notEqualTo().

gavinking added a commit to gavinking/jpa-api that referenced this issue Aug 9, 2023
gavinking added a commit to gavinking/jpa-api that referenced this issue Aug 9, 2023
gavinking added a commit to gavinking/jpa-api that referenced this issue Aug 10, 2023
@lukasj lukasj linked a pull request Aug 10, 2023 that will close this issue
@lukasj lukasj added this to To do in 3.2.0 via automation Aug 10, 2023
@lukasj lukasj moved this from To do to Done in 3.2.0 Aug 10, 2023
Tomas-Kraus added a commit to Tomas-Kraus/eclipselink that referenced this issue Sep 15, 2023
jakartaee/persistence#438 - add Expression.equalTo() and Expression.notEqualTo()

Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
Tomas-Kraus added a commit to Tomas-Kraus/eclipselink that referenced this issue Sep 15, 2023
jakartaee/persistence#438 - add Expression.equalTo() and Expression.notEqualTo()

Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
Tomas-Kraus added a commit to Tomas-Kraus/eclipselink that referenced this issue Sep 15, 2023
jakartaee/persistence#438 - add Expression.equalTo() and Expression.notEqualTo()

Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
Tomas-Kraus added a commit to Tomas-Kraus/eclipselink that referenced this issue Oct 17, 2023
jakartaee/persistence#438 - add Expression.equalTo() and Expression.notEqualTo()

Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
lukasj pushed a commit to eclipse-ee4j/eclipselink that referenced this issue Oct 17, 2023
jakartaee/persistence#438 - add Expression.equalTo() and Expression.notEqualTo()

Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
Tomas-Kraus added a commit to Tomas-Kraus/eclipselink that referenced this issue Oct 25, 2023
…otEqualTo()

                            added to SubQueryImpl

Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
Tomas-Kraus added a commit to Tomas-Kraus/eclipselink that referenced this issue Oct 25, 2023
…otEqualTo()

                            added to SubQueryImpl

Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
Tomas-Kraus added a commit to Tomas-Kraus/eclipselink that referenced this issue Oct 31, 2023
…otEqualTo()

                            added to SubQueryImpl

Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
Tomas-Kraus added a commit to Tomas-Kraus/eclipselink that referenced this issue Nov 7, 2023
…otEqualTo()

                            added to SubQueryImpl

Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
lukasj pushed a commit to eclipse-ee4j/eclipselink that referenced this issue Nov 7, 2023
…otEqualTo()

                            added to SubQueryImpl

Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
3.2.0
Done
Development

Successfully merging a pull request may close this issue.

1 participant