Interface Key.KeyMapper

Enclosing class:
Key
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Key.KeyMapper
Provides the column(s) that should be used within the message key for a given table.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getKeyKolumns

      List<Column> getKeyKolumns(Table table)
      Parameters:
      table - Table
      Returns:
      the list of Columns describing the (message) key of the table