Uses of Class
io.ebean.Pairs
-
Packages that use Pairs Package Description io.ebean -
-
Uses of Pairs in io.ebean
Methods in io.ebean that return Pairs Modifier and Type Method Description Pairs
Pairs. add(Object a, Object b)
Add a pair of value objects.Pairs
Pairs. setConcatSeparator(String concatSeparator)
Set the separator character used with DB varchar concatenation to combine the 2 values.Pairs
Pairs. setConcatSuffix(String concatSuffix)
Add a suffix used with DB varchar concatenation to combine the 2 values.Methods in io.ebean with parameters of type Pairs Modifier and Type Method Description Expression
ExpressionFactory. inPairs(Pairs pairs)
In expression using pairs of value objects.ExpressionList<T>
ExpressionList. inPairs(Pairs pairs)
In expression using pairs of value objects.
-