Interface BetweenAndStep6<T1,T2,T3,T4,T5,T6>
public interface BetweenAndStep6<T1,T2,T3,T4,T5,T6>
An intermediate DSL type for the construction of a
BETWEEN
predicate.- Author:
- Lukas Eder
-
Method Summary
Modifier and TypeMethodDescription@NotNull Conditionand(Field<T1> maxValue1, Field<T2> maxValue2, Field<T3> maxValue3, Field<T4> maxValue4, Field<T5> maxValue5, Field<T6> maxValue6) Create a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds@NotNull ConditionCreate a condition to check this field against some bounds
-
Method Details
-
and
-
and
-
and
-
and
-