Uses of Class
org.litebridge.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.litebridge.orm.api.dto
Methods in org.litebridge.orm.api.dto that return DtoSelectSpecConstructors in org.litebridge.orm.api.dto with parameters of type DtoSelectSpecModifierConstructorDescriptionDtoProtoExpressionResolver(DtoSelectSpec selectSpec, AliasGenerator aliasGenerator, ClassFieldAccessorCache classFieldAccessorCache, TableRegistry tableRegistry) Creates a new instance ofDtoProtoExpressionResolver. -
Uses of DtoSelectSpec in org.litebridge.orm.persistence
Constructors in org.litebridge.orm.persistence with parameters of type DtoSelectSpecModifierConstructorDescriptionDtoBlueprint(DtoSelectSpec dtoSelectSpec, List<Object> primaryKey, Row dtoRow) Creates a new DTO blueprint.SelectDtoData(DtoSelectSpec dtoSelectSpec, List<Object> primaryKey, Row dtoRows) Creates a new select DTO data instance.SelectSpecDtoMapper(DtoSelectSpec dtoSelectSpec, TypeConverter typeConverter, TableRegistry tableRegistry, DtoConstructor dtoConstructor, LitebridgeContext litebridgeContext) Constructs a new instance of the SelectSpecDtoMapper, initializing the required dependencies for mapping database query results into Data Transfer Objects (DTOs).