Uses of Class
org.litebridgedb.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.litebridgedb.orm.api.dto
Constructors in org.litebridgedb.orm.api.dto with parameters of type OrderBySpecModifierConstructorDescriptionDtoOrderByClause(OrderBySpec orderBySpec, DtoSelector<DTO> delegate) -
Uses of OrderBySpec in org.litebridgedb.orm.api.select.model
Fields in org.litebridgedb.orm.api.select.model with type parameters of type OrderBySpecMethods in org.litebridgedb.orm.api.select.model that return OrderBySpecModifier and TypeMethodDescriptionSelectSpec.newOrderBy(List<ExpressionSpec> expressions) SelectSpec.newOrderBy(ExpressionSpec... expressions) Methods in org.litebridgedb.orm.api.select.model that return types with arguments of type OrderBySpecMethod parameters in org.litebridgedb.orm.api.select.model with type arguments of type OrderBySpecModifier and TypeMethodDescriptionvoidSelectSpec.setOrderBys(@Nullable List<OrderBySpec> orderBys) -
Uses of OrderBySpec in org.litebridgedb.orm.api.sql
Constructors in org.litebridgedb.orm.api.sql with parameters of type OrderBySpec