Package guru.mikelue.foxglove.jdbc
Interface ColumnSettingSteps.ReferenceSettingStep<T>
- Type Parameters:
T- The type of value generated for the column
- Enclosing interface:
ColumnSettingSteps
public static interface ColumnSettingSteps.ReferenceSettingStep<T>
The step to configure reference column.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe step to configure cardinality of reference. -
Method Summary
Modifier and TypeMethodDescriptionparent(JdbcTableFacet parentTable, String referencedColumn) Assigns the key column explicitly.
-
Method Details
-
parent
ColumnSettingSteps.ReferenceSettingStep.CardinalityStep parent(JdbcTableFacet parentTable, String referencedColumn) Assigns the key column explicitly.- Parameters:
parentTable- The parent table facetreferencedColumn- The column name of referenced in parent table- Returns:
- The next step to configure reference column
-