Package io.ebean

Class Pairs.Entry

java.lang.Object
io.ebean.Pairs.Entry
Enclosing class:
Pairs

public static class Pairs.Entry extends Object
A pair of 2 value objects.

Used to support inPairs() expression.

  • Constructor Details

    • Entry

      public Entry(Object a, Object b)
      Create with values for property0 and property1 respectively.
      Parameters:
      a - Value of the first property
      b - Value of the second property
  • Method Details