Uses of Class
org.litebridgedb.orm.api.sql.SqlSelectSpec
Packages that use SqlSelectSpec
Package
Description
Fluent API for constructing SQL queries (SELECT statements) without result object mapping
-
Uses of SqlSelectSpec in org.litebridgedb.orm.api.sql
Constructors in org.litebridgedb.orm.api.sql with parameters of type SqlSelectSpecModifierConstructorDescriptionSqlFromClause(SqlSelectSpec selectSpec, TableRegistry tableRegistry, SqlSelector delegate)