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