Interface JoinSpec

All Known Implementing Classes:
org.litebridge.orm.api.select.impl.AbstractJoinSpec, DtoJoinSpec, SqlJoinSpec

public interface JoinSpec
Specification for a database "JOIN" clause.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the table to join.
    Returns the SPI join object.
  • Method Details

    • table

      Table table()
      Returns the table to join.
      Returns:
      the table to join.
    • toJoin

      Join toJoin()
      Returns the SPI join object.
      Returns:
      the SPI join object.