Uses of Class
org.litebridge.orm.api.dto.DtoSelector
Packages that use DtoSelector
Package
Description
Fluent API for constructing DTO-mapped SQL queries (SELECT statements)
-
Uses of DtoSelector in org.litebridge.orm.api.dto
Constructors in org.litebridge.orm.api.dto with parameters of type DtoSelectorModifierConstructorDescriptionDtoFromClauseTerminal(DtoSelector<DTO> delegate) Creates a new DtoFromClauseTerminal.DtoGroupByClauseTerminal(DtoSelector<DTO> delegate) Creates a new DtoGroupByClauseTerminal.DtoHavingConditionClauseTerminal(DtoSelector<DTO> delegate) Creates a new DtoHavingConditionClauseTerminal.DtoJoinClause(Class<?> dtoClass, OrmTable joinTable, DtoSelector<DTO> delegate) Creates a new instance ofDtoJoinClause.DtoJoinConditionClauseTerminal(DtoJoinSpec joinSpec, DtoSelector<DTO> delegate, AliasGenerator aliasGenerator) Creates a new instance ofDtoJoinConditionClauseTerminal.DtoOrderByClause(OrderBySpec orderBySpec, DtoSelector<DTO> delegate) Creates a new instance ofDtoOrderByClause.DtoOrderByClauseChain(DtoSelector<DTO> delegate) Creates a new instance ofDtoOrderByClauseChain.DtoWhereConditionClauseTerminal(DtoSelector<DTO> delegate) Constructs a newDtoWhereConditionClauseTerminal.