Module is.codion.framework.domain
Interface ForeignKey.Reference<T>
- Type Parameters:
T
- the attribute type
- Enclosing interface:
- ForeignKey
public static interface ForeignKey.Reference<T>
Represents a foreign key reference between columns.
-
Method Summary
-
Method Details
-
column
- Returns:
- the column in the child entity
-
foreign
- Returns:
- the referenced foreign column in the parent entity
-