Interface EditorLink.DetailCondition

Enclosing interface:
EditorLink
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface EditorLink.DetailCondition

Builder input describing the Condition used to load the detail row for a given master.

The condition must produce 0 or 1 rows; multiple matches result in an IllegalStateException at load time.

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    get(Entity master)
     
  • Method Details

    • get

      Condition get(Entity master)
      Parameters:
      master - the master entity
      Returns:
      the condition to use when loading the detail row