Interface JoinElement

All Known Implementing Classes:
Alias, JOOQMapping

public interface JoinElement
An element that can be used as a part of a join sequence.
  • Method Details

    • getMappingName

      String getMappingName()
      Returns:
      The exact name of the data that this object corresponds to.
    • getCodeName

      String getCodeName()
      Returns:
      The method call version of the name.
    • clearsPreviousSequence

      boolean clearsPreviousSequence()
      Returns:
      Should this element reset the sequence?
    • getTable

      JOOQMapping getTable()
      Returns:
      The table that this join element is built of.