Uses of Interface
org.litebridgedb.orm.api.select.model.JoinSpec
Packages that use JoinSpec
Package
Description
Fluent API for constructing DTO-mapped SQL queries (SELECT statements)
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.litebridgedb.orm.api.dto
Classes in org.litebridgedb.orm.api.dto that implement JoinSpec -
Uses of JoinSpec in org.litebridgedb.orm.api.select.model
Fields in org.litebridgedb.orm.api.select.model with type parameters of type JoinSpecMethods in org.litebridgedb.orm.api.select.model that return types with arguments of type JoinSpecMethod parameters in org.litebridgedb.orm.api.select.model with type arguments of type JoinSpec -
Uses of JoinSpec in org.litebridgedb.orm.api.sql
Classes in org.litebridgedb.orm.api.sql that implement JoinSpecModifier and TypeClassDescriptionclassSpecification for a JOIN operation in a database query.