Uses of Interface
jakarta.data.constraint.In
Packages that use In
Package
Description
-
Uses of In in jakarta.data.constraint
Methods in jakarta.data.constraint that return InModifier and TypeMethodDescriptionstatic <V> In<V> In.expressions(Expression<?, V>... expressions) Requires that the constraint target equal one of the values to which the givenexpressionsevaluate.static <V> In<V> In.expressions(List<Expression<?, V>> expressions) Requires that the constraint target equal one of the values to which the givenexpressionsevaluate.static <V> In<V> Requires that the constraint target evaluates to a value that is equal to one of the givenvalues.static <V> In<V> Constraint.in(V... values) Requires that the constraint target evaluates to a value that is equal to one of the givenvalues.static <V> In<V> In.values(Collection<V> values) Requires that the constraint target equal one of the givenvalues.static <V> In<V> In.values(V... values) Requires that the constraint target equal one of the givenvalues.