- 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 TypeMethodDescriptionAdds a JOIN clause for the specified DTO class.
-
Method Details
-
join
Adds a JOIN clause for the specified DTO class.- Parameters:
dtoClass- the DTO class to join- Returns:
- the JOIN clause
-