Class SqlSelectSpec

java.lang.Object
org.litebridge.orm.api.select.model.SelectSpec
org.litebridge.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.