Interface UniqueKey.Builder

    • Method Detail

      • columnNames

        UniqueKey.Builder columnNames​(Collection<String> columnNames)

        The name of the column that is referenced in the UniqueKey configuration.

        Parameters:
        columnNames - The name of the column that is referenced in the UniqueKey configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • columnNames

        UniqueKey.Builder columnNames​(String... columnNames)

        The name of the column that is referenced in the UniqueKey configuration.

        Parameters:
        columnNames - The name of the column that is referenced in the UniqueKey configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.