Module is.codion.framework.model
Package is.codion.framework.model
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.
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
-
Method Details
-
get
- Parameters:
master- the master entity- Returns:
- the condition to use when loading the detail row
-