パッケージ org.nkjmlab.sorm4j.sqlstatement
Package of
SqlStatement
which support to write SQL statements.
-
インタフェースの概要 インタフェース 説明 NamedParameterQuery<T> Query with named parameters.NamedParameterSql A SQL statement with named parameters.OrderedParameterQuery<T> Query with ordered parameters.OrderedParameterSql SQL with ordered parameters.SelectBuilder API of cleate a select SQL statement.SelectQuery<T> A query with builder for reading and mapping a relation to object.SqlStatement This class represents a sql statement with ordered parameters.TypedQuery<T> A query for reading and mapping a relation to object. -
クラスの概要 クラス 説明 SelectBuilder.Condition Value object represents conditions of where clause or having clause.SelectBuilder.OrderBy Value object for order by clause.