Jakarta Persistence (JPA) Method
Predicate notEqualTo(
Object value
)
Create a predicate to test whether the expression is unequal to the argument.
- Parameters:
value- value to be tested against
- Returns:
- predicate testing for inequality.
- Since:
- Jakarta Persistence (JPA) 3.2