Uses of Class
org.litebridgedb.orm.api.select.model.SelectSpec
Packages that use SelectSpec
Package
Description
Fluent API for constructing DTO-mapped SQL queries (SELECT statements)
Fluent API for constructing SQL queries (SELECT statements) without result object mapping
Expressions to select specific expressions from a database
-
Uses of SelectSpec in org.litebridgedb.orm.api.dto
Subclasses of SelectSpec in org.litebridgedb.orm.api.dto -
Uses of SelectSpec in org.litebridgedb.orm.api.sql
Subclasses of SelectSpec in org.litebridgedb.orm.api.sqlModifier and TypeClassDescriptionclassSpecification for constructing a SQL SELECT statement.Methods in org.litebridgedb.orm.api.sql that return SelectSpecModifier and TypeMethodDescription@Nullable SelectSpecSqlProtoExpressionResolver.getSelectSpec()Methods in org.litebridgedb.orm.api.sql with parameters of type SelectSpecModifier and TypeMethodDescriptionvoidSqlProtoExpressionResolver.setSelectSpec(@Nullable SelectSpec selectSpec) Constructors in org.litebridgedb.orm.api.sql with parameters of type SelectSpec -
Uses of SelectSpec in org.litebridgedb.orm.expression.select
Methods in org.litebridgedb.orm.expression.select that return SelectSpecModifier and TypeMethodDescriptionSubselectSpec.selectSpec()Returns the value of theselectSpecrecord component.Constructors in org.litebridgedb.orm.expression.select with parameters of type SelectSpecModifierConstructorDescriptionSubselectSpec(SelectSpec selectSpec) Creates an instance of aSubselectSpecrecord class.