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 DtoSelectSpecModifier and TypeMethodDescription@Nullable DtoSelectSpecDtoProtoExpressionResolver.getSelectSpec()protected DtoSelectSpecDtoSelector.selectSpec()Methods in org.litebridgedb.orm.api.dto with parameters of type DtoSelectSpecModifier and TypeMethodDescriptionvoidDtoProtoExpressionResolver.setSelectSpec(DtoSelectSpec selectSpec) Constructors in org.litebridgedb.orm.api.dto with parameters of type DtoSelectSpecModifierConstructorDescriptionDtoProtoExpressionResolver(DtoSelectSpec selectSpec, AliasGenerator aliasGenerator, ClassFieldAccessorCache classFieldAccessorCache, TableRegistry tableRegistry) -
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, TableRegistry tableRegistry, DtoConstructor dtoConstructor, LitebridgeContext litebridgeContext)