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