java.lang.Object
org.litebridgedb.orm.api.select.impl.DelegatingSelector<DTO,DtoSelectSpec>
org.litebridgedb.orm.api.select.impl.LimitClauseTerminalImpl<DTO,DtoSelectSpec>
org.litebridgedb.orm.api.select.impl.OrderByClauseTerminalImpl<DTO,DtoSelectSpec>
org.litebridgedb.orm.api.dto.DtoOrderByClauseChain<DTO>
- All Implemented Interfaces:
org.litebridgedb.orm.api.select.LimitClauseTerminal<DTO>,org.litebridgedb.orm.api.select.OrderByClauseChain<DTO,,DtoOrderByClause<DTO>, DtoOrderByClauseChain<DTO>> org.litebridgedb.orm.api.select.OrderByClauseTerminal<DTO>,org.litebridgedb.orm.api.select.SelectTerminal<DTO>
public final class DtoOrderByClauseChain<DTO>
extends org.litebridgedb.orm.api.select.impl.OrderByClauseTerminalImpl<DTO,DtoSelectSpec>
implements org.litebridgedb.orm.api.select.OrderByClauseChain<DTO,DtoOrderByClause<DTO>,DtoOrderByClauseChain<DTO>>
-
Field Summary
Fields inherited from class org.litebridgedb.orm.api.select.impl.LimitClauseTerminalImpl
selectSpecFields inherited from class org.litebridgedb.orm.api.select.impl.DelegatingSelector
delegate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdds another ordering expression which again requires an explicit direction.Methods inherited from class org.litebridgedb.orm.api.select.impl.OrderByClauseTerminalImpl
limitMethods inherited from class org.litebridgedb.orm.api.select.impl.LimitClauseTerminalImpl
offset, selectSpecMethods inherited from class org.litebridgedb.orm.api.select.impl.DelegatingSelector
first, firstOrNull, firstOrThrow, firstOrThrow, list, one, oneOrNull, oneOrThrow, oneOrThrow, stream, toSqlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.litebridgedb.orm.api.select.LimitClauseTerminal
offsetMethods inherited from interface org.litebridgedb.orm.api.select.OrderByClauseTerminal
limitMethods inherited from interface org.litebridgedb.orm.api.select.SelectTerminal
first, firstOrNull, firstOrThrow, firstOrThrow, list, one, oneOrNull, oneOrThrow, oneOrThrow, stream, toSql
-
Constructor Details
-
DtoOrderByClauseChain
-
-
Method Details
-
then
Description copied from interface:org.litebridgedb.orm.api.select.OrderByClauseChainAdds another ordering expression which again requires an explicit direction. Each call to this method appends another ordering expression.- Specified by:
thenin interfaceorg.litebridgedb.orm.api.select.OrderByClauseChain<DTO,DtoOrderByClause<DTO>, DtoOrderByClauseChain<DTO>> - Parameters:
fields- Table column(s) or DTO field(s) to order by- Returns:
- a selector chain with ordering applied
-