Class Key

java.lang.Object
io.debezium.relational.Key

@Immutable public class Key extends Object
An immutable definition of a table's key. By default, the key will be comprised of the primary key column(s). A key can be customized with a KeyMapper.
Author:
Guillaume Rosauro
  • Field Details

  • Constructor Details

  • Method Details

    • keyColumns

      public List<Column> keyColumns()
      Returns:
      the columns Column taking part of the key.