Uses of Interface
org.litebridge.orm.api.select.model.JoinSpec
Packages that use JoinSpec
Package
Description
Fluent API for constructing DTO-mapped SQL queries (SELECT statements)
Common implementation classes for select operations.
Query/clause specification models used in the query API
Fluent API for constructing SQL queries (SELECT statements) without result object mapping
-
Uses of JoinSpec in org.litebridge.orm.api.dto
Classes in org.litebridge.orm.api.dto that implement JoinSpecModifier and TypeClassDescriptionfinal classSpecification for a JOIN clause in a DTO-based query. -
Uses of JoinSpec in org.litebridge.orm.api.select.impl
Classes in org.litebridge.orm.api.select.impl that implement JoinSpecModifier and TypeClassDescriptionclassorg.litebridge.orm.api.select.impl.AbstractJoinSpec -
Uses of JoinSpec in org.litebridge.orm.api.select.model
Fields in org.litebridge.orm.api.select.model with type parameters of type JoinSpecMethods in org.litebridge.orm.api.select.model that return types with arguments of type JoinSpec -
Uses of JoinSpec in org.litebridge.orm.api.sql
Classes in org.litebridge.orm.api.sql that implement JoinSpecModifier and TypeClassDescriptionclassSpecification for a JOIN operation in a database query.