-
Notifications
You must be signed in to change notification settings - Fork 60
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
Comments
gavinking
added a commit
to gavinking/persistence
that referenced
this issue
Aug 9, 2023
gavinking
added a commit
to gavinking/persistence
that referenced
this issue
Aug 9, 2023
gavinking
added a commit
to gavinking/persistence
that referenced
this issue
Aug 10, 2023
lukasj
pushed a commit
that referenced
this issue
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
lukasj
pushed a commit
to eclipse-ee4j/eclipselink
that referenced
this issue
Nov 7, 2023
…otEqualTo() added to SubQueryImpl Signed-off-by: Tomáš Kraus <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's weird that
Expression
has convenience methods forin()
andisNull()
, but nothing for testing equality, which is incredibly common.I propose to add
equalTo()
andnotEqualTo()
.The text was updated successfully, but these errors were encountered: