Class DtoOrderByClause<DTO>

java.lang.Object
org.litebridge.orm.api.dto.DtoOrderByClause<DTO>
Type Parameters:
DTO - the type of the DTO being queried
All Implemented Interfaces:
OrderByClause<DTO,DtoOrderByClause<DTO>,DtoOrderByClauseChain<DTO>>

public final class DtoOrderByClause<DTO> extends Object implements OrderByClause<DTO,DtoOrderByClause<DTO>,DtoOrderByClauseChain<DTO>>
Represents an ORDER BY clause in a DTO-based query.