Interface JoinColumn.Builder

    • Method Detail

      • from

        JoinColumn.Builder from​(String from)

        The column to be joined.

        Parameters:
        from - The column to be joined.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keys

        JoinColumn.Builder keys​(Collection<? extends Collection<String>> keys)

        The key of the column to be joined.

        Parameters:
        keys - The key of the column to be joined.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keys

        JoinColumn.Builder keys​(Collection<String>... keys)

        The key of the column to be joined.

        Parameters:
        keys - The key of the column to be joined.
        Returns:
        Returns a reference to this object so that method calls can be chained together.