All Superinterfaces:
Source
All Known Implementing Classes:
BaseJoin, LuceneJoin

public interface Join extends Source
Author:
andyh
  • Method Details

    • getLeft

      Source getLeft()
      The source for the left hand side of the join
      Returns:
      Source
    • getRight

      Source getRight()
      The source for the right hand side of the join
      Returns:
      Source
    • getJoinCondition

      Constraint getJoinCondition()
      Get the join condition. Not all constraints are valid join conditions
      Returns:
      Constraint