Uses of Class
org.litebridge.orm.api.select.model.OrderBySpec
Packages that use OrderBySpec
Package
Description
Fluent API for constructing DTO-mapped SQL queries (SELECT statements)
Query/clause specification models used in the query API
Fluent API for constructing SQL queries (SELECT statements) without result object mapping
-
Uses of OrderBySpec in org.litebridge.orm.api.dto
Constructors in org.litebridge.orm.api.dto with parameters of type OrderBySpecModifierConstructorDescriptionDtoOrderByClause(OrderBySpec orderBySpec, DtoSelector<DTO> delegate) Creates a new instance ofDtoOrderByClause. -
Uses of OrderBySpec in org.litebridge.orm.api.select.model
Fields in org.litebridge.orm.api.select.model with type parameters of type OrderBySpecMethods in org.litebridge.orm.api.select.model that return OrderBySpecModifier and TypeMethodDescriptionSelectSpec.newOrderBy(List<ExpressionSpec> expressions) SelectSpec.newOrderBy(ExpressionSpec... expressions) Methods in org.litebridge.orm.api.select.model that return types with arguments of type OrderBySpec -
Uses of OrderBySpec in org.litebridge.orm.api.sql
Constructors in org.litebridge.orm.api.sql with parameters of type OrderBySpec