Uses of Interface
jakarta.data.constraint.NotEqualTo
Packages that use NotEqualTo
Package
Description
-
Uses of NotEqualTo in jakarta.data.constraint
Methods in jakarta.data.constraint that return NotEqualToModifier and TypeMethodDescriptionstatic <V> NotEqualTo<V> NotEqualTo.expression(Expression<?, V> expression) Requires that the constraint target not equal the value to which the givenexpressionevaluates.static <V> NotEqualTo<V> Constraint.notEqualTo(V value) Requires that the constraint target evaluates to a value that is not equal to the givenvalue.static <V> NotEqualTo<V> NotEqualTo.value(V value) Requires that the constraint target not equal the given value.