Uses of Class
org.litebridgedb.orm.api.dto.DtoSelectSpec
Packages that use DtoSelectSpec
Package
Description
Fluent API for constructing DTO-mapped SQL queries (SELECT statements)
Persistence subsystem; contains classes for saving/updating/deleting DTOs
-
Uses of DtoSelectSpec in org.litebridgedb.orm.api.dto
Methods in org.litebridgedb.orm.api.dto that return DtoSelectSpecConstructor parameters in org.litebridgedb.orm.api.dto with type arguments of type DtoSelectSpecModifierConstructorDescriptionDtoOrderByClause(org.litebridgedb.orm.api.select.model.OrderBySpec orderBySpec, org.litebridgedb.orm.api.select.impl.AbstractSelector<DTO, DtoSelectSpec> delegate) -
Uses of DtoSelectSpec in org.litebridgedb.orm.persistence
Constructors in org.litebridgedb.orm.persistence with parameters of type DtoSelectSpecModifierConstructorDescriptionDtoBlueprint(DtoSelectSpec dtoSelectSpec, List<Object> primaryKey, Row dtoRow) SelectDtoData(DtoSelectSpec dtoSelectSpec, List<Object> primaryKey, Row dtoRows) SelectSpecDtoMapper(DtoSelectSpec dtoSelectSpec, TypeConverter typeConverter)