Uses of Class
org.litebridgedb.orm.api.dto.DtoJoinSpec
Packages that use DtoJoinSpec
Package
Description
Fluent API for constructing DTO-mapped SQL queries (SELECT statements)
Persistence subsystem; contains classes for saving/updating/deleting DTOs
-
Uses of DtoJoinSpec in org.litebridgedb.orm.api.dto
Methods in org.litebridgedb.orm.api.dto that return DtoJoinSpecModifier and TypeMethodDescriptionDtoSelectSpec.newJoinSpec(Class<?> dtoClass, OrmTable ormTable, Table table) DtoSelectSpec.newJoinSpecBefore(DtoJoinSpec other, Class<?> dtoClass, OrmTable ormTable, Table table) Methods in org.litebridgedb.orm.api.dto with parameters of type DtoJoinSpecModifier and TypeMethodDescriptionDtoSelectSpec.newJoinSpecBefore(DtoJoinSpec other, Class<?> dtoClass, OrmTable ormTable, Table table) Constructors in org.litebridgedb.orm.api.dto with parameters of type DtoJoinSpecModifierConstructorDescriptionDtoJoinConditionClauseTerminal(DtoJoinSpec joinSpec, DtoSelector<DTO> delegate, org.litebridgedb.orm.persistence.alias.AliasGenerator aliasGenerator) -
Uses of DtoJoinSpec in org.litebridgedb.orm.persistence
Methods in org.litebridgedb.orm.persistence with parameters of type DtoJoinSpecModifier and TypeMethodDescriptionvoidDtoBlueprint.addJoinedDtoData(DtoJoinSpec dtoJoinSpec, List<Object> primaryKey, Row dtoRow) Constructors in org.litebridgedb.orm.persistence with parameters of type DtoJoinSpecModifierConstructorDescriptionJoinDtoData(DtoJoinSpec dtoJoinSpec, List<Object> primaryKey, Row dtoRows)