jakartaee / persistence

https://jakartaee.github.io/persistence/
Other
189 stars 55 forks source link

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

Closed gavinking closed 11 months ago

gavinking commented 11 months ago

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().