Class SqlSelectSpec

java.lang.Object
org.litebridgedb.orm.api.select.model.SelectSpec
org.litebridgedb.orm.api.sql.SqlSelectSpec

public class SqlSelectSpec extends SelectSpec
Specification for constructing a SQL SELECT statement.

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