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

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • column

      Column<T> column()
      Returns:
      the column in the child entity
    • foreign

      Column<T> foreign()
      Returns:
      the referenced foreign column in the parent entity