Interface DtoJoinClassTerminal<DTO>

Type Parameters:
DTO - the type of the DTO
All Known Implementing Classes:
DtoFromClauseTerminal, DtoJoinConditionClauseTerminal

public interface DtoJoinClassTerminal<DTO>
Terminal clause for DTO JOIN operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    join(Class<?> dtoClass)
    Adds a JOIN clause for the specified DTO class.
  • Method Details

    • join

      DtoJoinClause<DTO> join(Class<?> dtoClass)
      Adds a JOIN clause for the specified DTO class.
      Parameters:
      dtoClass - the DTO class to join
      Returns:
      the JOIN clause