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