Interface EditorLink.DetailSelect

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.DetailSelect

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

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

See Also:
  • Method Details