Class SelectSpec

java.lang.Object
org.litebridgedb.orm.api.select.model.SelectSpec
Direct Known Subclasses:
DtoSelectSpec, SqlSelectSpec

public abstract class SelectSpec extends Object
Base specification for constructing a SQL SELECT statement.

This class encapsulates table, column, join, condition, order by, and limit specifications for building a query.

Its subclasses DtoSelectSpec and SqlSelectSpec specialise in dealing with DTOs and SQL-specific constructs, respectively.